[This is preliminary documentation and is subject to change.]
Represents an object that can become persistent within the game world. Persistent objects will not be removed automatically during clean ups.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The IPersistable type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsPersistent |
Gets or sets a value indicating whether this instance is persistent within the game world. Persistent instances will not be removed automatically during clean ups.
|
Methods
Name | Description | |
---|---|---|
Dismiss | If this instance is marked as persistent, makes the entity non-persistent. Non-persistent entities will be deleted from the game world during clean ups. This is equivalent to setting IsPersistent to false. |
See Also