Scripting/Squirrel/Functions/HideMapObject: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
Ultimatejugo (talk | contribs) (Created page with " == Syntax == <pre>HideMapObject( ObjectID, X, Y, Z );</pre>") |
No edit summary |
||
Line 2: | Line 2: | ||
== Syntax == | == Syntax == | ||
<pre>HideMapObject( ObjectID, X, Y, Z );</pre> | <pre>HideMapObject( ObjectID, X, Y, Z );</pre> | ||
== Related Functions == | |||
{{Scripting/Squirrel/Functions/Object_Functions}} | |||
[[Category:Scripting/Squirrel/Functions/Object_Functions]] |
Latest revision as of 18:35, 30 January 2017
Syntax
HideMapObject( ObjectID, X, Y, Z );