function getPlayerStrength
This function will get the player strength points.
Original: getPlayerStrength
Declaration
async def getPlayerStrength(id : int) -> int
Parameters
int id: the player id.
Returns
int: the strength points amount.
Source code in src/pyg2o/functions/player.py
856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 | |