00A0
Revision as of 04:22, 5 January 2015 by Spaceeinstein (talk | contribs)
Description
- Gets the coordinates of the character
Syntax
- 00A0: store_actor [char handle] position_to [var1] [var2] [var3]
- Actor.StorePos( [char handle], [var1], [var2], [var3] )
Parameter
- [char handle]
- The handle of the character
- [var1]
- Variable to store x-coordinate
- [var2]
- Variable to store y-coordinate
- [var3]
- Variable to store z-coordinate
This opcode stores the current position of the character's x, y, and z-coordinates.
Keywords
get, store, actor, position
See also
- 00A1, sets the character's coordinates