DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetDebugActions()
override void AlarmClock_ColorBase::GetDebugActions
(
out TSelectableActionInfoArrayEx
outputList
)
inline
private
См. определение в файле
AlarmClock.c
строка
69
70
{
71
outputList.Insert(
new
TSelectableActionInfoWithColor
(
SAT_DEBUG_ACTION
,
EActions
.ACTIVATE_ENTITY,
"SetAlarmAhead1Min"
, FadeColors.LIGHT_GREY));
72
outputList.Insert(
new
TSelectableActionInfoWithColor
(
SAT_DEBUG_ACTION
,
EActions
.SEPARATOR,
"___________________________"
, FadeColors.LIGHT_GREY));
73
74
super.GetDebugActions(outputList);
75
}
TSelectableActionInfoWithColor
Param4< int, int, string, int > TSelectableActionInfoWithColor
Определения
EntityAI.c:97
EActions
EActions
Определения
EActions.c:2
SAT_DEBUG_ACTION
const int SAT_DEBUG_ACTION
Определения
constants.c:452
Перекрестные ссылки
SAT_DEBUG_ACTION
.
AlarmClock_ColorBase
Создано системой
1.13.2