Difference between revisions of "00AB"
Jump to navigation
Jump to search
(Created page with "{{Icon|t}} '''SET_CAR_COORDINATES''' <hr /> '''Description''' : Sets the vehicle's coordinates point '''Syntax''' : 00AB: put_car [''car handle''] at [''flt1''] [''flt2''] [''...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|t}} | + | {{OpCode |
− | + | | games = {{Icon|t}} | |
− | + | | command = SET_CAR_COORDINATES | |
− | + | | description = Sets the vehicle's coordinates point | |
− | + | | syntax1 = 00AB: put_car [''car handle''] at [''flt1''] [''flt2''] [''flt3''] | |
− | + | | p1t = [''car handle''] | |
− | + | | p1d = The handle of the vehicle | |
− | + | | p2t = [''flt1''] | |
− | + | | p2d = X-coordinate | |
− | + | | p3t = [''flt2''] | |
− | + | | p3d = Y-coordinate | |
− | + | | p4t = [''flt3''] | |
− | + | | p4d = Z-coordinate (or ≤''-100.0'' for [[02CE|ground z]]) | |
− | + | | native = [[SET_CAR_COORDINATES]] | |
− | + | }} | |
− | |||
− | |||
This opcode sets the vehicle's coordinates point by warping it to the location. The vehicle's base is the point where the vehicle will be placed by. | This opcode sets the vehicle's coordinates point by warping it to the location. The vehicle's base is the point where the vehicle will be placed by. | ||
Line 24: | Line 22: | ||
== See also == | == See also == | ||
* {{Icon|t}} [[00AA]], gets the vehicle's coordinates | * {{Icon|t}} [[00AA]], gets the vehicle's coordinates | ||
− | |||
− |
Latest revision as of 00:42, 20 January 2016
- Description
- Sets the vehicle's coordinates point
- Syntax
- 00AB: put_car [car handle] at [flt1] [flt2] [flt3]
- Parameter
- [car handle]
- The handle of the vehicle
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or ≤-100.0 for ground z)
- Native analog
- SET_CAR_COORDINATES
This opcode sets the vehicle's coordinates point by warping it to the location. The vehicle's base is the point where the vehicle will be placed by.
Keywords
put, place, warp, set, car, vehicle, position, coordinates
See also
- 00AA, gets the vehicle's coordinates