Scripting/Squirrel/Functions/RawHideMapObject: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
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 edit summary
 
Line 18: Line 18:


=== Notes ===
=== Notes ===
== Related Functions ==
{{Scripting/Squirrel/Functions/Object_Functions}}
[[Category:Scripting/Squirrel/Functions/Object_Functions]]

Latest revision as of 18:32, 30 January 2017

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

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions