Returns the number of hitboxes for the specified attack.
Argument | Type | Description |
---|---|---|
attack | :real | The attack to get the hitbox number for |
Example, called from post_draw.gml:
// draws the number of hitboxes for your current attack:
draw_debug_text( x, y, get_num_hitboxes( attack ));