Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
RplSessionErrorHandler.c
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 class RplSessionErrorHandler : RplSessionCallbacks
3 {
4  protected const string ERROR_GROUP = "REPLICATION";
5 
6  //-----------------------------------------------------------------------------
8  {
9  RplSession.RegisterCallbacks(this);
10  }
11 
12  //-----------------------------------------------------------------------------
13  override void EOnFailed(string msg)
14  {
15  SCR_KickDialogs.CreateKickErrorDialog(msg, ERROR_GROUP);
16  }
17 
18 };
RplSessionErrorHandler
Definition: RplSessionErrorHandler.c:2
SCR_KickDialogs
Definition: SCR_KickDialogs.c:1