Difference between revisions of "00A1"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<code>00A1=4,%1d% %2d% %3d% %4d%</code><br>
+
{{OpCode
'''Description''': Places an actor at a coordinate<br>
+
| ini        = 00A1=4,%1d% %2d% %3d% %4d%
'''Parameter 1''': Actor handle<br>
+
| description = Places the character at a coordinate
'''Parameter 2''': X-coordinate<br>
+
| p1          = Actor handle
'''Parameter 3''': Y-coordinate<br>
+
| p2          = X-coordinate
'''Parameter 4''': Z-coordinate<br>
+
| p3          = Y-coordinate
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| p4          = Z-coordinate
 
+
| game        = GTA3, Vice City, San Andreas
This places an actor at a coordinate. The actor's feet is the point where the actor will be placed by.
+
| native      = [[SET_CHAR_COORDINATES]]
 +
}}
 +
This places the character at a coordinate. The character's feet is the point where the character will be placed by.
  
 
==Keywords==
 
==Keywords==
put, place, actor
+
put, place, actor, character
 
 
[[Category:OpCodes]]
 

Revision as of 08:10, 2 January 2009

{{{games}}}


Description
Places the character at a coordinate
Syntax
{{{syntax1}}}
Parameter
Native analog
SET_CHAR_COORDINATES

This places the character at a coordinate. The character's feet is the point where the character will be placed by.

Keywords

put, place, actor, character