IPersistable Interface

RAGE Plugin Hook Documentation

[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

public interface IPersistable

The IPersistable type exposes the following members.

Properties

  NameDescription
Public propertyIsPersistent
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.
Top
Methods

  NameDescription
Public methodDismiss

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.

Top
See Also

Reference