IHandleable Interface

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Represents an object in a pool.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public interface IHandleable : IEquatable<IHandleable>

The IHandleable type exposes the following members.

Properties

  NameDescription
Public propertyHandle
Gets the handle of this instance. Used to identify the instance within its pool.
Top
Methods

  NameDescription
Public methodIsValid
Determines whether this instance still represents an existing entity within the game world. Calls to an invalid instance is illegal and will result in an exception.
Top
See Also

Reference