SetCameraRotation: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam| | {{FuncParam|pitch|__EDIT_ME__}} | ||
{{FuncParam| | {{FuncParam|yaw|__EDIT_ME__}} | ||
{{FuncParam| | {{FuncParam|roll |__EDIT_ME__}} | ||
{{FuncParamOptional|bWorldSpace|'''true''' for world space, '''false''' for relative location.}} | {{FuncParamOptional|bWorldSpace|'''true''' for world space, '''false''' for relative location.}} | ||
Revision as of 16:54, 20 October 2019
Description
__EDIT_ME__
Syntax
SetPlayerCameraRotation(pitch, yaw, roll [, bWorldSpace])
Parameters
- pitch
__EDIT_ME__ - yaw
__EDIT_ME__ - roll
__EDIT_ME__ - bWorldSpace (optional)
true for world space, false for relative location.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
__EDIT_ME__