WorldNumberOfFires Property

RAGE Plugin Hook Documentation

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

Gets the total number of fires currently in the game world.

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

public static int NumberOfFires { get; }

Property Value

Type: Int32
The number of fires currently in the game world.
Remarks

Retrieving the value of this property is an O(1) operation.

A total of 128 fires can exist at the same time.

See Also

Reference