Animator.GetInteger(string name)
Returns the value of the given integer parameter.
Parameters:
Name | Type | Description |
---|---|---|
name | string | The parameter name. |
Returns:
type | Description |
---|---|
number | The value of the parameter. |
Usage
---@type Animator
local animator;
---@type string
local name;
local val0 = animator.GetInteger(name)