Skip to main content

Animator.GetInteger(string name)

Returns the value of the given integer parameter.

Parameters:

NameTypeDescription
namestringThe parameter name.

Returns:

typeDescription
numberThe value of the parameter.

Usage

---@type Animator
local animator;

---@type string
local name;


local val0 = animator.GetInteger(name)