CCSGOInput

Usage: game.input.{field_or_method}

This type represents the game's command input system.

m_bInThirdPerson

FieldRead only

Type: bool

true if currently in the third person.


GetViewAngles

Method

Returns current camera view angles.

Arguments

None.

Returns

Type
Description

View angles.

Example

local ang = game.input:GetViewAngles();

SetViewAngles

Method

Sets new camera view angles.

Arguments

Name
Type
Description

ang

View angles.

Returns

Nothing.

Example

Last updated