GroupIsValid Method

RAGE Plugin Hook Documentation

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

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.

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

public bool IsValid()

Return Value

Type: Boolean
If this instance still represents an existing entity within the game world, returns true; otherwise, returns false.

Implements

IHandleableIsValid
See Also

Reference