UserCMD
Any UserCMD function can only be called from CreateMove callback!
SetMouseY
Parameters: float position
[EN] Used to set mouse Y position
[RU] Устанавливает позицию мыши по оси Y
SetMouseX
Parameters: float position
[EN] Used to set mouse X position
[RU] Устанавливает позицию мыши по оси X
GetMovement
Return value: array object (Vector) with forward/side/up move values
[EN] Used to obtain movement values
[RU] Получает значения о передвижении
SetViewAngles
Parameters: array object (Vector) with x/y/z values, bool silent
[EN] Control user angles
[RU] Устанавливает углы команды
Send
[EN] Forces current command to be send to server
[RU] Отправляет текущую команду на сервер
Choke
[EN] Forces current command to be choked
[RU] Чокает текущую команду
SetButtons
Parameters: int buttons
[EN] Used to send buttons
[RU] Используется для установки флагов buttons
GetButtons
Return value: int buttons
[EN] Used to get buttons
[RU] Используется для получения флагов buttons
SetMovement
Parameters: array object (Vector) with forward/side/up float values
[EN] Control user movement
[RU] Контроль движения игрока
SetAngles
Warning! This function is undocumented officially. Please use it carefully
Parameters: array object (Vector) with angle values
[EN] Control user angles
[RU] Контроль углов игрока
ForceJump
Warning! This function is undocumented officially. Please use it carefully
[EN] Forces player to jump
[RU] Заставляет игрока прыгнуть
ForceCrouch
Warning! This function is undocumented officially. Please use it carefully
[EN] Forces player to crouch
[RU] Заставляет игрока сесть
Last updated