Skip to content

aimbot_miss_t

Info

aimbot miss can only be retrieved via the AIMBOT_MISS callback in all examples below shot is the aimbot miss

local function on_aimbot_miss(shot)
    print("missed", shot.player:get_player())
end

callbacks.add(e_callbacks.AIMBOT_MISS, on_aimbot_miss)

Fields#

Field Description
id
int
shot id
player
entity_t
player entity the shot hit
reason_string
string
the reason why the shot missed
backtrack_ticks
int
how many ticks were backtracked
aim_damage
int
the predicted damage that the aimbot thought this shot would do
aim_hitchance
int
the chance this shot would hit the target
aim_safepoint
bool
whether the aimbot shot was a safepoint
aim_hitgroup
e_hitgroups
hitgroup aimed at
aim_hitbox
e_hitboxes
hitbox aimed at