WorldRemoveSpeedZone Method

RAGE Plugin Hook Documentation

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

Removes a speed zone given its handle.

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

public static bool RemoveSpeedZone(
	uint speedZoneHandle
)

Parameters

speedZoneHandle
Type: SystemUInt32
The handle of the speed zone to remove.

Return Value

Type: Boolean
A value indicating whether the removal was successful.
See Also

Reference