function unspawnPlayer
Note
Unspawned players can't see other players, items, etc. and are invisible for others.
This function will unspawn the player.
Original: unspawnPlayer
Declaration
async def unspawnPlayer(id : int)
Parameters
int id: the player id.
Source code in src/pyg2o/functions/player.py
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 | |