Overwrites a value from the attack grid for the specified attack, window and index. Default values are always 0.
Argument | Type | Description |
---|---|---|
attack | :real | The attack to set the value of |
window | :real | The window to set the value of |
index | :real | The index of the attack grid to set the value of |
value | :real | The value to set |
Example, called from fstrong.gml:
// sets the number of animation frames for the second fstrong window:
set_window_value( AT_FSTRONG, 2, AG_WINDOW_ANIM_FRAMES, 4 );