Wobbly Life Mod SDK
 
Loading...
Searching...
No Matches
ModWobblyLife.ModBaseGamemodeCallbacks Class Reference

Internal use. More...

Public Attributes

Action< ModPlayerController, ModPlayerCharacteronServerPlayerDied
 
Action< ModConnectiononServerPlayerConnected
 
Action< ModConnectiononServerPlayerDisconnected
 
Action< ModPlayerControlleronSpawnedPlayerController
 
Action< ModPlayerControlleronDestroyedPlayerController
 
Action< ModPlayerController, ModPlayerCharacteronSpawnedPlayerCharacter
 

Detailed Description

Internal use.

Member Data Documentation

◆ onDestroyedPlayerController

Action<ModPlayerController> ModWobblyLife.ModBaseGamemodeCallbacks.onDestroyedPlayerController

◆ onServerPlayerConnected

Action<ModConnection> ModWobblyLife.ModBaseGamemodeCallbacks.onServerPlayerConnected

◆ onServerPlayerDied

Action<ModPlayerController, ModPlayerCharacter> ModWobblyLife.ModBaseGamemodeCallbacks.onServerPlayerDied

◆ onServerPlayerDisconnected

Action<ModConnection> ModWobblyLife.ModBaseGamemodeCallbacks.onServerPlayerDisconnected

◆ onSpawnedPlayerCharacter

Action<ModPlayerController,ModPlayerCharacter> ModWobblyLife.ModBaseGamemodeCallbacks.onSpawnedPlayerCharacter

◆ onSpawnedPlayerController

Action<ModPlayerController> ModWobblyLife.ModBaseGamemodeCallbacks.onSpawnedPlayerController