01BC
Revision as of 04:50, 8 December 2015 by Spaceeinstein (talk | contribs) (Created page with "{{Icon|t}} '''SET_OBJECT_COORDINATES''' <hr /> '''Description''' : Sets the object's coordinates point '''Syntax''' : 01BC: put_object [''object handle''] at [''flt1''] [''flt...")
Description
- Sets the object's coordinates point
Syntax
- 01BC: put_object [object handle] at [flt1] [flt2] [flt3]
Parameter
- [object handle]
- The handle of the object
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or -100.0 for ground z)
Native analog
This opcode sets the object's coordinates point by warping it to the location. The object's center of mass is the point where the object will be placed by.
Keywords
put, place, warp, set, object, position, coordinates
See also
- 01BB, gets the object's coordinates