Difference between revisions of "068D"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
<code>068D=3,%1d% %2d% %3d%</code><br>
 
<code>068D=3,%1d% %2d% %3d%</code><br>
 
'''Description''': Get camera position<br>
 
'''Description''': Get camera position<br>
'''Parameter 1''': X-coordinate<br>
+
'''Parameter 1''': A variable to store X-coordinate<br>
'''Parameter 2''': Y-coordinate<br>
+
'''Parameter 2''': A variable to store Y-coordinate<br>
'''Parameter 3''': Z-coordinate<br>
+
'''Parameter 3''': A variable to store Z-coordinate<br>
 
'''Supports''': San Andreas<br>
 
'''Supports''': San Andreas<br>
  

Revision as of 02:33, 13 May 2007

068D=3,%1d% %2d% %3d%
Description: Get camera position
Parameter 1: A variable to store X-coordinate
Parameter 2: A variable to store Y-coordinate
Parameter 3: A variable to store Z-coordinate
Supports: San Andreas

This opcode stores the position of the camera to X, Y, and Z coordinates.

Keywords

get, camera, position, coordinate