Skip to content

Latest commit

 

History

History
85 lines (48 loc) · 1.3 KB

clientinfo.rst

File metadata and controls

85 lines (48 loc) · 1.3 KB

ClientInfo

Description

spockbot.plugins.helpers.clientinfo

Events

client_login_success

Client Info is done processing the Login Success packet

client_join_game

Client Info is done processing the Join Game packet

Payload :

GameInfo()

client_spawn_update

Client Info is done processing the Spawn Position packet

Payload :

Position()

client_health_update

When the players health changes

Payload :

PlayerHealth()

client_death

When the player health becomes 0.0

Payload :

PlayerHealth()

client_position_update

When the player is moved by the server

Payload :

PlayerPosition()

client_add_player

Player added to the player list

Payload :

PlayerListItem()

client_update_player

Player info is updated on the player list

Payload :

PlayerListItem()

client_remove_player

Player removed from the player list

Payload :

PlayerListItem()

Methods and Attributes

ClientInfo