DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс ErrorHandlerModule

Definition and API of an ErrorHandlerModule - Do not insert any logic here! (as this class is not moddable) Подробнее...

Защищенные члены

void OnErrorThrown (int errorCode, owned string additionalInfo="")
 Event that gets triggered when an error of the owned category is thrown.
 
string GetClientMessage (int errorCode, string additionalInfo="")
 Retrieve the message shown on Client.
 
string GetLastClientMessage (int errorCode)
 Retrieve the message shown on Client.
 
string GetServerMessage (int errorCode, string additionalInfo="")
 Retrieve the message shown on Server.
 
string GetLastServerMessage (int errorCode)
 Retrieve the message shown on Server.
 
string GetSimpleMessage (int errorCode, string additionalInfo="")
 Simple message of just code and info.
 
void OnEvent (EventType eventTypeId, Param params)
 Event called by ErrorModuleHandler.
 

Закрытые члены

proto native ErrorCategory GetCategory ()
 Returns the category the module handles.
 
proto native void SetCategory (ErrorCategory category)
 Set the category the module handles.
 

Подробное описание

Definition and API of an ErrorHandlerModule - Do not insert any logic here! (as this class is not moddable)

См. определение в файле ErrorHandlerModule.c строка 5