Namespace LLBML.GameEvents
Classes
GameEvents
GameStateEvents
A class to hold various events related to game states.
LobbyEventArgs
Class to hold generic arguments for some events in LobbyEvents.
LobbyEvents
A class to hold various events related to lobby activity.
LobbyReadyArgs
Class to hold arguments for the OnLobbyReady event.
MenuEvents
A class to hold various events related to lobby activity.
OnMainMenuEnteredArgs
Class to hold arguments for the OnMainMenuEntered event.
OnPlayerJoinArgs
Class to hold arguments for the OnPlayerJoin event.
OnStateChangeArgs
Class to hold arguments for the OnStateChange event.
OnUnlinkFromPlayerArgs
Class to hold arguments for the OnUnlinkFromPlayer event.
OnUserCharacterPickArgs
Class to hold arguments for the OnUserCharacterPick event.
OnUserSkinClickArgs
Class to hold arguments for the OnUserSkinClick event.
Delegates
OnLobbyEnteredHandler
Delegate for the OnLobbyEntered event.
OnLobbyReadyHandler
Delegate for the OnLobbyReady event.
OnMainMenuEnteredHandler
Delegate for the OnMainMenuEntered event.
OnMainMenuFirstEnteredHandler
Delegate for the OnMainMenuFirstEntered event.
OnPlayerJoinHandler
Delegate for the OnPlayerJoin event.
OnStateChangeHandler
Delegate for the OnStateChange event.
OnUnlinkFromPlayerHandler
Delegate for the OnUnlinkFromPlayer event.
OnUserCharacterPickHandler
Delegate for the OnUserCharacterPick event.
OnUserSkinClickHandler
Delegate for the OnUserCharacterPick event.