function
startFaceAni (client-side)
Deprecated since version: 0.2.1
This function is used to play face animation on player/npc.
Declaration
bool startFaceAni(int id, string aniName)
Parameters
int
id: the player id.string
aniName: the name of the animation, e.g:"S_FRIENDLY"
.
Returns bool
true
if face animation was successfully played, otherwise false
.