SetCameraRotation: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page SetPlayerCameraRotation to SetCameraRotation without leaving a redirect)
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|SetPlayerCameraRotation(x, y, z)}}
{{FuncSyntax|SetPlayerCameraRotation(pitch, yaw, roll [, bWorldSpace])}}


{{FuncParameters}}
{{FuncParameters}}
Line 9: Line 9:
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|z|__EDIT_ME__}}
{{FuncParam|z|__EDIT_ME__}}
{{FuncParamOptional|bWorldSpace|'''true''' for world space, '''false''' for relative location.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 16:54, 20 October 2019

SetCameraRotation

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetPlayerCameraRotation(pitch, yaw, roll [, bWorldSpace])

Parameters

  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • bWorldSpace (optional)
    true for world space, false for relative location.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__