Difference between revisions of "068D"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | ''' | + | | games = {{Icon|SA}} |
− | ''' | + | | command = GET_ACTIVE_CAMERA_COORDINATES |
− | ''' | + | | description = Gets the camera coordinates |
− | ''' | + | | syntax1 = 068D: get_camera_position_to [''var1''] [''var2''] [''var3''] |
− | + | | p1t = [''var1''] | |
+ | | p1d = Variable to store the x-coordinate | ||
+ | | p2t = [''var2''] | ||
+ | | p2d = Variable to store the y-coordinate | ||
+ | | p3t = [''var3''] | ||
+ | | p3d = Variable to store the z-coordinate | ||
+ | }} | ||
− | This opcode stores the | + | This opcode stores the x, y, and z-coordinates of the camera. |
==Keywords== | ==Keywords== | ||
get, camera, position, coordinate | get, camera, position, coordinate | ||
− | |||
− |
Latest revision as of 05:58, 28 January 2016
- Description
- Gets the camera coordinates
- Syntax
- 068D: get_camera_position_to [var1] [var2] [var3]
- Parameter
- [var1]
- Variable to store the x-coordinate
- [var2]
- Variable to store the y-coordinate
- [var3]
- Variable to store the z-coordinate
This opcode stores the x, y, and z-coordinates of the camera.
Keywords
get, camera, position, coordinate