From wiki.ginstr.com
Jump to: navigation, search

gn:act_increment(MGIIOT26)

Description
Action that increments the value by a defined step
Default value: null
Action returns
void

Action signatures

Increment value

[gn:act_increment]|[target,step]
Parameter Description
target target where the incremented value will be stored
step step incrementation value

Example

@variable/storedValue - target
@variable/incrementStep - step
[gn:act_increment]|[@variable/storedValue,@variable/incrementStep]