function getPlayerInvisible
This function will get the player invisiblity for all players.
Original: getPlayerInvisible
Declaration
async def getPlayerInvisible(id : int) -> bool
Parameters
int id: the player id.
Returns
bool: true when player is invisible for all players, otherwise false.
Source code in src/pyg2o/functions/player.py
502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 | |