Scripting/Squirrel/Functions/RawHideMapObject: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "== Syntax == <pre>RawHideMapObject( int nModelId, int x, int y, int z )</pre> == Arguments == * ''integer'' '''nModelId''' - The ModelID of object you want to hide from gam...") |
(No difference)
|
Revision as of 15:12, 9 March 2016
Syntax
RawHideMapObject( int nModelId, int x, int y, int z )
Arguments
- integer nModelId - The ModelID of object you want to hide from game
- integer X - The object pos x
- integer Y - The object pos y
- integer Z - The object pos z
Example
