PoolHandle  Conversion (UInt32 to PoolHandle)

RAGE Plugin Hook Documentation

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

Converts the specified UInt32 to a PoolHandle.

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

public static implicit operator PoolHandle (
	uint value
)

Parameters

value
Type: SystemUInt32
The 32-bit unsigned integer representing the handle.

Return Value

Type: PoolHandle
The result of the operator.
See Also

Reference