Skip to main content

MLPlayer.GetAnimationIntValue(string name)

Gets an integer animation value from player's animator, if the parameter exists. This function can get player's Locomotion, Hand and Emote parameters.

Parameters:

NameTypeDescription
namestringParameter name

Returns:

typeDescription
numberInteger Value

Usage

---@type MLPlayer
local mlplayer;

---@type string
local name;


local val0 = mlplayer.GetAnimationIntValue(name)