|
Infohazard.Core 1.4.2
Infohazard Core Utility Library
|
This is a hack so that PoolManager can send messages to PersistedGameObjects. More...
Public Member Functions | |
| void | SetupDynamicInstance (ulong persistedInstanceID) |
| Initialize the current object as a new persisted instance with the given ID. More... | |
| void | RegisterDestroyed () |
| Remove the current object from persistence. More... | |
This is a hack so that PoolManager can send messages to PersistedGameObjects.
There is likely no need to use this interface yourself.
| void Infohazard.Core.IPersistedInstance.RegisterDestroyed | ( | ) |
Remove the current object from persistence.
| void Infohazard.Core.IPersistedInstance.SetupDynamicInstance | ( | ulong | persistedInstanceID | ) |
Initialize the current object as a new persisted instance with the given ID.
| persistedInstanceID | The instance ID to use. |