Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RegisterGameServerEvent()

void Terraria.Social.WeGame.Lobby.RegisterGameServerEvent ( )
inlineprivate

Definition at line 41 of file Lobby.cs.

42 {
43 //IL_001a: Unknown result type (might be due to invalid IL or missing references)
44 //IL_0024: Expected O, but got Unknown
45 if (_callbackHelper != null)
46 {
47 _callbackHelper.RegisterCallback((RAILEventID)3002, new RailEventCallBackHandler(OnRailEvent));
48 }
49 }
RailCallBackHelper _callbackHelper
Definition Lobby.cs:8
void OnRailEvent(RAILEventID id, EventBase data)
Definition Lobby.cs:51

References Terraria.Social.WeGame.Lobby._callbackHelper, and Terraria.Social.WeGame.Lobby.OnRailEvent().

Referenced by Terraria.Social.WeGame.Lobby.Create().