Skip to content

function getPlayerFaceAnis (client-side)

Available since version: 0.3.0

This function will get the currently played face animations on player/npc.

Declaration

[{aniName, layer}]|null getPlayerFaceAnis(int id)

Parameters

  • int id: the player id.

Returns [{aniName, layer}]|null

the array of objects describing face animation or null if player isn't spawned.