WorldGetGroupByHandle Method

RAGE Plugin Hook Documentation

[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

public static Group GetGroupByHandle(
	PoolHandle handle
)

Parameters

handle
Type: RagePoolHandle
The handle of the group.

Return Value

Type: Group
An instance of Group representing the specified handle, or null if the group doesn't exist.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the specified handle does not represent a group.
See Also

Reference