SetControlRotation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets the client control rotation.}} {{FuncSyntax|SetControlRotation(pitch, yaw, roll)}} {{FuncParameters}} {{FuncParam|pitch|...")
 
(No difference)

Latest revision as of 14:45, 16 November 2019

SetControlRotation

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the client control rotation.

Syntax

SetControlRotation(pitch, yaw, roll)

Parameters

  • pitch
    The pitch
  • yaw
    The yaw
  • roll
    The roll

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__