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

◆ GetDebugActions()

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

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

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

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