ragebot
get_active_cfg
Returns the current active config's index
e_ragebot_cfg ragebot.get_active_cfg()
Example
print(ragebot.get_active_cfg()) -- returns active cfg index
get_autopeek_pos
Returns the current world position for the auto peek circle or nil
vec3_t ragebot.get_autopeek_pos()
Example
print(ragebot.get_autopeek_pos()) -- returns autopeek vec3_t or nil