Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.47 KB

ragebot.md

File metadata and controls

67 lines (37 loc) · 1.47 KB

💀 ragebot

Functions:

can_shoot

ragebot.can_shoot(): bool

Returns whether the player fired or not

is_charged

ragebot.is_charged(): bool

Return to player recharge status

is_fakeducking

ragebot.is_fakeducking(): bool

Returns whether the player is fakeduck

set_allow_recharge

ragebot.set_allow_recharge(bool allow): void

get_missed_shots_resolver

ragebot.get_missed_shots_resolver(index): int

Name Type
index int

get_missed_shots_spread

ragebot.get_missed_shots_spread(index): int

Name Type
index int

get_quickpeek_origin

ragebot.get_quickpeek_origin(): c_vector3d

Returns the coordinates of the activated quickpeek

get_weapon_config

ragebot.get_weapon_config(): int

force_teleport

ragebot.force_teleport(): void

tick_should_be_hidden

ragebot.tick_should_be_hidden(): bool

set_quickpeek_origin

ragebot.set_quickpeek_origin(origin): void

Name Type
origin c_vector3d