function getPlayerInstance
This function will get the player instance.
Original: getPlayerInstance
Declaration
async def getPlayerInstance(id : int) -> str
Parameters
int id: the player id.
Returns
str: the player instance.
Source code in src/pyg2o/functions/player.py
482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 | |