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

◆ GetDebugActions()

override void Magnum_Base::GetDebugActions ( out TSelectableActionInfoArrayEx outputList)
inlineprivate

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

357 {
358 outputList.Insert(new TSelectableActionInfoWithColor(SAT_DEBUG_ACTION, EActions.SEPARATOR, "", FadeColors.LIGHT_GREY));
359 outputList.Insert(new TSelectableActionInfoWithColor(SAT_DEBUG_ACTION, EActions.SPIN, "Spin", FadeColors.LIGHT_GREY));
360 outputList.Insert(new TSelectableActionInfoWithColor(SAT_DEBUG_ACTION, EActions.SEPARATOR, "___________________________", FadeColors.RED));
361
362 super.GetDebugActions(outputList);
363 }
Param4< int, int, string, int > TSelectableActionInfoWithColor
EActions
Определения EActions.c:2
const int SAT_DEBUG_ACTION
Определения 3_Game/DayZ/constants.c:457

Перекрестные ссылки SAT_DEBUG_ACTION.