DayZ 1.26
DayZ Explorer by KGB
|
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)
|
private |
Returns the category the module handles.
Retrieve the message shown on Client.
Перекрестные ссылки GetSimpleMessage().
Retrieve the message shown on Client.
Перекрестные ссылки GetSimpleMessage().
Retrieve the message shown on Server.
Перекрестные ссылки GetSimpleMessage().
Retrieve the message shown on Server.
Перекрестные ссылки GetSimpleMessage().
Simple message of just code and info.
Перекрестные ссылки string::Format() и ErrorModuleHandler::GetErrorHex().
Используется в GetClientMessage(), GetLastClientMessage(), GetLastServerMessage() и GetServerMessage().
Event that gets triggered when an error of the owned category is thrown.
Перекрестные ссылки ErrorModuleHandler::GetErrorHex() и Print().
Event called by ErrorModuleHandler.
|
private |
Set the category the module handles.