Skip to main content

MLPlayer.GetAnimationFloatValue(string name)

Gets a float 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
numberFloat Value

Usage

---@type MLPlayer
local mlplayer;

---@type string
local name;


local val0 = mlplayer.GetAnimationFloatValue(name)