Events
class Events
Event list
Constants
CONVERSATION_ABANDON |
The conversation abandon event is thrown when a player leaves a conversation The event listener receives a BZIon\Event\ConversationAbandonEvent instance |
CONVERSATION_JOIN |
The conversation join event is announced whenever new players join a conversation The event listener receives a BZIon\Event\ConversationJoinEvent instance |
CONVERSATION_KICK |
The conversation kick event is thrown every time a player gets kicked from a conversation The event listener receives a BZIon\Event\ConversationKickEvent instance |
CONVERSATION_RENAME |
The conversation rename event is dispatched each time a new notification is sent to a player The event listener receives a BZIon\Event\ConversationRenameEvent instance |
MESSAGE_NEW |
The message event is thrown each time a new message is sent or a conversation is created The event listener receives a BZIon\Event\NewMessageEvent instance |
NOTIFICATION_NEW |
The new notification event is dispatched each time a new notification is sent to a player The event listener receives a BZIon\Event\NewNotificationEvent instance |
TEAM_ABANDON |
The team abandon event is announced every time a player leaves a team The event listener receives a BZIon\Event\TeamAbandonEvent instance |
TEAM_DELETE |
The team delete event is sent when a team is deleted The event listener receives a BZIon\Event\TeamDeleteEvent instance |
TEAM_INVITE |
The team invite event is dispatched whenever a player is invited to a team The event listener receives a BZIon\Event\TeamInviteEvent instance |
TEAM_JOIN |
The team join event is dispatched when a player becomes a member of a team The event listener receives a BZIon\Event\TeamJoinEvent instance |
TEAM_KICK |
The team kick event is announced every time a player gets kicked from a team The event listener receives a BZIon\Event\TeamKickEvent instance |
TEAM_LEADER_CHANGE |
The team leader change event is sent whenever a player is assigned to be the new leader of a team The event listener receives a BZIon\Event\TeamLeaderChangeEvent instance |
WELCOME |
The welcome event is sent when a new player is added to the database The event listener receives a BZIon\Event\WelcomeEvent instance |