Event
ragebot_fire
Following arguments can be used with Event.GetInt for the ragebot_fire event
target_index
hitbox
hitchance
safepoint
exploit
0 = no exploit
1 = hide shots/1st shot from doubletap
2 = second shot from doubletap
Return values: target_index, hitbox, hitchance, safepoint, exploit
[EN] Returns information on ragebot_fire event. [RU] Возвращает информацию о событии ragebot_fire.
GetString
Parameters: string
Return values: returns the value of the parameter or false.
[EN] Finds the string value of the given game event. [RU] Находит строковое значение заданного игрового события.
GetFloat
Parameters: float
Return values: returns the value of the parameter or false.
[EN] Finds the float value of the given game event. [RU] Находит значение с плавающей запятой для данного игрового события.
GetInt
Parameters: int
Return values: returns the value of the parameter or false.
[EN] Finds the integer value of the given game event. [RU] Находит целое число заданного игрового события.
Last updated