WorldGetBlipByHandle Method

RAGE Plugin Hook Documentation

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

Gets an existing Blip from the specified handle.

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

public static Blip GetBlipByHandle(
	PoolHandle handle
)

Parameters

handle
Type: RagePoolHandle
The handle of the blip.

Return Value

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

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

Reference