set_num_hitboxes

Overwrites the number of hitboxes for the specified attack.

ArgumentTypeDescription
attack:realThe attack to set the hitbox number of
value:realThe value to set

Example, called from dstrong.gml:

// sets the number of hitboxes for dstrong attack:
set_num_hitboxes( AT_DSTRONG, 3 );