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

◆ FillErrorDataMap()

override void FillErrorDataMap ( )

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

28 {
29 super.FillErrorDataMap();
30
31 InsertDialogueErrorProperties(EConnectErrorScript.ALREADY_CONNECTING, "#STR_script_already_connecting", DBT_YESNOCANCEL, DBB_NO);
32 InsertDialogueErrorProperties(EConnectErrorScript.ALREADY_CONNECTING_THIS, "#STR_script_already_connecting_this");
33 }
EConnectErrorScript
Определения ConnectErrorScriptModule.c:2
void InsertDialogueErrorProperties(int code, string message, int dialogButtonType=DBT_OK, int defaultButton=DBB_OK, int dialogMeaningType=DMT_EXCLAMATION, bool displayAdditionalInfo=true)
Insert an error with Dialogue as handling, using the Optional Variables.
Определения ErrorHandlerModule.c:233

Перекрестные ссылки InsertDialogueErrorProperties().

Используется в ErrorHandlerModuleScript().