function getPlayerDexterity
This function will get the player dexterity points.
Original: getPlayerDexterity
Declaration
async def getPlayerDexterity(id : int) -> int
Parameters
int id: the player id.
Returns
int: the dexterity points amount.
Source code in src/pyg2o/functions/player.py
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 | |