Integer
Note: This page lists custom PlayMaker actions only. Unity API-backed actions for this category link to Unity documentation and are not listed here.
Integer Actions
Add to an integer variable value.
Add to an integer variable and clamp the result between a minimum and maximum.
Add multiple integer values to an integer variable.
Add to an integer variable and wrap the result between a minimum and maximum.
Divide an integer value.
Get the sum total of a list of integers.
Multiply an integer value.
Perform add, subtract, multiply, divide, min, or max on two integers.
Set an integer variable value.
Subtract from an integer variable value.