Wiki

Case Status
Log In

Wiki

 
Home ยป Core Concepts»Variables»Int Variables
Index
Navigation
Community Wiki

Int Variables

An Int Variable can store an integer/whole number {... -3, -2, -1, 0, 1, 2, 3 ...} 

Int Variables are good at representing properties with discrete values such as numberOfLives, coinCount, childIndex...

Int Variables are often used as counters in an FSM.

Examples

 

Tags:

Last modified on 12/28/2015 11:47 PM by User.

  • RSS Feed