SetCameraRotation: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|SetPlayerCameraRotation(pitch, yaw, roll [, bWorldSpace])}}
{{FuncSyntax|SetCameraRotation(pitch, yaw, roll [, bWorldSpace])}}


{{FuncParameters}}
{{FuncParameters}}

Latest revision as of 21:00, 25 November 2019

SetCameraRotation

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetCameraRotation(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__