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 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

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

Notes