CCSGOInput
Usage: game.input.{field_or_method}
m_bInThirdPerson
GetViewAngles
Type
Description
local ang = game.input:GetViewAngles();SetViewAngles
Name
Type
Description
Last updated
local ang = game.input:GetViewAngles();Last updated
game.input:SetViewAngles(math.Vec3(0, 0, 0));