init
This commit is contained in:
14
RAGE/Cam.d.ts
vendored
Normal file
14
RAGE/Cam.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Cam Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace cam {
|
||||
|
||||
function get_gameplay_cam_rot(): v3;
|
||||
function get_gameplay_cam_pos(): v3;
|
||||
function get_gameplay_cam_relative_pitch(): float;
|
||||
function get_gameplay_cam_relative_yaw(): float;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user