PlayerStatus#

class corkus.objects.PlayerStatus#

Represents online status of Player.

property online#

Is player online right now.

Return type:

bool

property server#

The server that this player is currently on, None if player is offline.

Return type:

Optional[PartialServer]