Skip to content

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

Add to an integer variable value.

Add Clamp

Add to an integer variable and clamp the result between a minimum and maximum.

Add Multiple

Add multiple integer values to an integer variable.

Add Wrap

Add to an integer variable and wrap the result between a minimum and maximum.

Divide

Divide an integer value.

List Sum

Get the sum total of a list of integers.

Multiply

Multiply an integer value.

Operator

Perform add, subtract, multiply, divide, min, or max on two integers.

Set Value

Set an integer variable value.

Subtract

Subtract from an integer variable value.