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 |
|---|---|
idint |
shot id |
playerentity_t |
player entity the shot hit |
reason_stringstring |
the reason why the shot missed |
backtrack_ticksint |
how many ticks were backtracked |
aim_damageint |
the predicted damage that the aimbot thought this shot would do |
aim_hitchanceint |
the chance this shot would hit the target |
aim_safepointbool |
whether the aimbot shot was a safepoint |
aim_hitgroupe_hitgroups |
hitgroup aimed at |
aim_hitboxe_hitboxes |
hitbox aimed at |