#include <ScriptEntry.h>
Public Attributes | |
| void(* | RegisterFn )(TypeRegistry *, std::unordered_map< TypeID, ScriptLifecycle > *) |
| Callback that inserts the ScriptLifecycle into the map. | |
| PendingLifecycleEntry * | Next = nullptr |
| Next entry in the singly-linked list. | |
| PendingLifecycleEntry* Raven::PendingLifecycleEntry::Next = nullptr |
Next entry in the singly-linked list.
| void(* Raven::PendingLifecycleEntry::RegisterFn) (TypeRegistry *, std::unordered_map< TypeID, ScriptLifecycle > *) |
Callback that inserts the ScriptLifecycle into the map.