Blip Methods

RAGE Plugin Hook Documentation

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

The Blip type exposes the following members.

Methods

  NameDescription
Public methodDelete

Deletes this instance.

Any call to a non-existent instance is invalid and will cause an exception.

Public methodDisableRoute
Disables the current route to this Blip.
Public methodDistanceTo(ISpatial)
Gets the distance from this instance to the specified ISpatial instance.
Public methodDistanceTo(Vector3)
Gets the distance from this instance to the specified position.
Public methodDistanceTo2D(ISpatial)
Gets the distance from this instance to the specified ISpatial instance.
Public methodDistanceTo2D(Vector3)
Gets the distance from this instance to the specified position.
Public methodEnableRoute
Enables a route to this Blip with the specified color.
Public methodEquals(Blip)
Indicates whether this instance equals the specified Blip instance.
Public methodEquals(IHandleable)
Indicates whether this instance equals the specified IHandleable instance.
Public methodFlash
Makes Blip blip flash at the specified interval for the specified duration.
Public methodIsValid
Determines whether this instance still represents an existing entity within the game world. Calls to an invalid instance is illegal and will result in an exception.
Public methodRemoveNumberLabel
Removes the number label from this blip.
Public methodStopFlashing
Stops the flashing of this Blip.
Public methodTravelDistanceTo(ISpatial)
Gets the distance from this instance to the specified ISpatial instance, if using the road system.
Public methodTravelDistanceTo(Vector3)
Gets the distance from this instance to the specified position, if using the road system.
Top
See Also

Reference