PoolHandle  Conversion (PoolHandle to UInt32)

RAGE Plugin Hook Documentation

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

Converts the specified PoolHandle to a UInt32.

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

public static implicit operator uint (
	PoolHandle poolHandle
)

Parameters

poolHandle
Type: RagePoolHandle
The pool handle.

Return Value

Type: UInt32
The result of the operator.
See Also

Reference