[This is preliminary documentation and is subject to change.]
Gets all fires currently in the game world.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public static Fire[] GetAllFires()
Public Shared Function GetAllFires As Fire()
public:
static array<Fire^>^ GetAllFires()
Return Value
Type:
FireAn array of type
Fire containing all fires.
Reference