Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 781 Bytes

File metadata and controls

35 lines (20 loc) · 781 Bytes

👌 input

Functions:

is_cam_in_thirdperson

input.is_cam_in_thirdperson(): void

set_camera_offset

input.set_camera_offset(): void

cam_to_firstperson

input.cam_to_firstperson(): void

cam_to_thirdperson

input.cam_to_thirdperson(): void

get_camera_offset

input.get_camera_offset(x, y, z): c_vector3d

Name Type
x/y/z float

get_command

input.get_command(command_number): c_user_cmd

Name Type
command_number int