natives.CLEAR OBJECT PATH: 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.CLEAR_OBJECT_PATH
|name = natives.CLEAR_OBJECT_PATH
|parameters = int object
|parameters = int object
|parameter1 = int object Object handle to act upon.
|parameter1 = int object Object handle.
|usage = clears object path
|usage = clears object path
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Revision as of 17:32, 13 June 2026

natives.CLEAR_OBJECT_PATH

Signature: void natives.CLEAR_OBJECT_PATH(int object)

Usage: clears object path

Parameters

int object Object handle.

Return

void

On failure: void