natives.REMOVE ALL SCRIPT FIRES: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
 
Line 5: Line 5:
|name = natives.REMOVE_ALL_SCRIPT_FIRES
|name = natives.REMOVE_ALL_SCRIPT_FIRES
|parameters = void
|parameters = void
|usage = Remove all script-created fires.
|usage = extinguishes all script-created fires in the game world
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Latest revision as of 12:32, 13 June 2026

natives.REMOVE_ALL_SCRIPT_FIRES

Signature: void natives.REMOVE_ALL_SCRIPT_FIRES(void)

Usage: extinguishes all script-created fires in the game world

Return

void

On failure: void