GetCameraRotation: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|Get the camera rotation}} | {{FuncDescription|Get the camera rotation}} | ||
{{FuncSyntax|GetCameraRotation()}} | {{FuncSyntax|GetCameraRotation([bSpectateCamera])}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{ | {{FuncParamOptional|bSpectateCamera|Get the spectate camera rotation.}} | ||
{{FuncReturnValue|This function returns the camera rotation.}} | {{FuncReturnValue|This function returns the camera rotation.}} |
Revision as of 15:07, 7 January 2020
Description
Get the camera rotation
Syntax
GetCameraRotation([bSpectateCamera])
Parameters
- bSpectateCamera (optional)
Get the spectate camera rotation.
Return Value
- This function returns the camera rotation.
Example
-- code here
GetCameraRotation()
See also
- StartCameraFade
- StopCameraFade
- PlayCameraShake
- StopCameraShake
- SetCameraShakeLocation
- SetCameraShakeRotation
- SetCameraShakeFOV
- GetScreenSize
- SetCameraLocation
- GetCameraLocation
- SetCameraRotation
- GetCameraRotation
- GetCameraForwardVector
- GetCameraRightVector
- GetCameraUpVector
- GetInputAxisValue
- SetCameraViewDistance
- GetCameraViewDistance