[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
Parameters
- handle
- Type: RagePoolHandle
The handle of the blip.
Return Value
Type: BlipAn instance of Blip representing the specified handle, or null if the blip doesn't exist.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the specified handle does not represent a blip. |
See Also