BlipFlash Method

RAGE Plugin Hook Documentation

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

Makes Blip blip flash at the specified interval for the specified duration.

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

public void Flash(
	int interval,
	int duration
)

Parameters

interval
Type: SystemInt32
The interval to flash at. Must be greater than zero.
duration
Type: SystemInt32
The duration to flash for. If zero or less, the Blip will flash forever.
See Also

Reference