/
Increment Modulus

Increment Modulus

{
    "componentName" : "incrementmod"
  , "startValue" : <Int>
  , "incrementSize" : <Int>
  , "max" : <Int>
  , "trigger" : <String>
  , "listen" : <String>
  , "deathEvent" : <String>
  , "property" : <String>
}

 

Overview

  • Increments a property when an event is received. Wraps back to start value when max is achieved

Properties

  • None

Events

  • None

Remarks

  • None