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

◆ CreateResultDataStructure()

void CreateResultDataStructure ( )
protected

override if using another result

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

132 {
133 //m_Result = new CatchingResultSomethingSomethingCustom(someItem);
134
135 if (!m_Result)
136 {
137 ErrorEx("Failed to create 'm_Result' structure for item: " + m_MainItem,ErrorExSeverity.INFO);
138 m_IsValid = false;
139 }
140 }
class BaitData m_MainItem
Определения ActionBase.c:36
ref CatchingResultBasic m_Result
Определения CatchingContextBase.c:27
bool m_IsValid
Определения CatchingContextBase.c:17
ErrorExSeverity
Определения EnDebug.c:62
enum ShapeType ErrorEx

Перекрестные ссылки ErrorEx, m_IsValid, m_MainItem и m_Result.

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