(5.5.0) scribble_draw_set_state - JujuAdams/ScribbleOldDocs GitHub Wiki
scribble_draw_set_state(stateArray)
Returns: N/A (0
)
Argument | Name | Purpose |
---|---|---|
0 | stateArray |
Array of data that will be copied into Scribble's internal draw state |
Updates Scribble's current draw state from an array. Any value that is undefined
will use the default value instead as defined in __scribble_config()
. This function is intended to be used in combination with scribble_draw_get_state()
.