buttons

Fields:

Usage:

function on_command(cmd)
    if cmd:get_button(buttons.in_attack) then
        -- shit goes here
    end
end

Last updated