Difference between revisions of "01BB"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Icon|trilogy}} '''GET_OBJECT_COORDINATES'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
+
| command    = GET_OBJECT_COORDINATES
'''Description'''
+
| description = Gets the object's coordinates point
: Gets the object's position
+
| syntax1    = 01BB: store_object [''object handle''] position_to [''var1''] [''var2''] [''var3'']
'''Syntax'''
+
| p1t        = [''object handle'']
: 01BB: store_object [''object handle''] position_to [''var1''] [''var2''] [''var3'']
+
| p1d        = The handle of the object
'''Parameter'''
+
| p2t        = [''var1'']
: [''object handle'']
+
| p2d        = Variable to store the x-coordinate
:: The handle of the object
+
| p3t        = [''var2'']
: [''var1'']
+
| p3d        = Variable to store the y-coordinate
:: Variable to store the x-coordinate
+
| p4t        = [''var3'']
: [''var2'']
+
| p4d        = Variable to store the z-coordinate
:: Variable to store the y-coordinate
+
| native      = [[GET_OBJECT_COORDINATES]]
: [''var3'']
+
}}
:: Variable to store the z-coordinate
 
'''Native analog'''
 
: [[GET_OBJECT_COORDINATES]]
 
  
This opcode gets the coordinates point of the specified object.
+
This opcode gets the x, y, and z-coordinates of the center of mass of the object.
}}</onlyinclude>
+
 
 +
== Example ==
 +
:''See [[0392#Example]]''
  
 
== Keywords ==
 
== Keywords ==
store, get, object, position, coordinate, location
+
get, store, object, position, coordinates, location
  
[[Category:OpCodes]]
+
== See also ==
 +
* {{Icon|t}} [[01BC]], sets the object's coordinates

Latest revision as of 05:40, 1 February 2017

GTA III Vice City San Andreas GET_OBJECT_COORDINATES


Description
Gets the object's coordinates point
Syntax
01BB: store_object [object handle] position_to [var1] [var2] [var3]
Parameter
[object handle]
The handle of the object
[var1]
Variable to store the x-coordinate
[var2]
Variable to store the y-coordinate
[var3]
Variable to store the z-coordinate
Native analog
GET_OBJECT_COORDINATES

This opcode gets the x, y, and z-coordinates of the center of mass of the object.

Example

See 0392#Example

Keywords

get, store, object, position, coordinates, location

See also

  • GTA III Vice City San Andreas 01BC, sets the object's coordinates