HasAnimationParameter
7/14/25Less than 1 minute
MLPlayer.HasAnimationParameter(string name)
Checks if some of the animators in the player (Locomotion, Hand and Emote) contains the parameter.
Parameters:
| Name | Type | Description |
|---|---|---|
| name | string | Parameter name |
Returns:
| type | Description |
|---|---|
| boolean | True if the parameter exists |
Usage
---@type MLPlayer
local mlplayer;
---@type string
local name;
local val0 = mlplayer.HasAnimationParameter(name)
