function getPlayerFaceAnis
This function will get the player dexterity points.
Original: getPlayerFaceAnis
Declaration
async def getPlayerFaceAnis(id : int) -> list
Parameters
int id: the player id.
Returns
list [{aniName, layer}]: the list of objects describing face animation.
Source code in src/pyg2o/functions/player.py
362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 | |