using the getUnitMovesInfo provides an error, stating that a ; is missing when properly calling the function as defined in the wiki
private _animInfo = getUnitMovesInfo player;
using the getUnitMovesInfo provides an error, stating that a ; is missing when properly calling the function as defined in the wiki
private _animInfo = getUnitMovesInfo player;
private _animInfo = getUnitMovesInfo player;
into the debug code block, and click execute local
private _animInfo = getUnitMovesInfo player;
getUnitMovesInfo is supposed to return an array with current move info, currently the function provides null due to the error
Launcher version: 1.5.151618
Game version: 2.16.151618
Branch: main / beta branch not specified
No workshop mods loaded
It's not broken. You're using an old version of the game. As the wiki says, the command will be available in A3 v2.18. (you can also try it in the dev branch right now)