[This is preliminary documentation and is subject to change.]
Gets an existing Group from the specified handle.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- handle
- Type: RagePoolHandle
The handle of the group.
Return Value
Type: GroupAn instance of Group representing the specified handle, or null if the group doesn't exist.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the specified handle does not represent a group. |
See Also