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

◆ OnSuccess()

void ReplaceItemWithNewLambdaBase::OnSuccess ( EntityAI new_item)
inlineprotected

Step H. - notification on finish.

@NOTE: new_item can be null if the lambda did not create any item (intentionaly)

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

217 {
218 if (LogManager.IsInventoryHFSMLogEnable()) hndDebugPrint("[inv] ReplaceItemWithNewLambdaBase Step H) OnSuccess=" + new_item);
219 }
void hndDebugPrint(string s)
Определения HandFSM.c:1

Перекрестные ссылки hndDebugPrint() и LogManager::IsInventoryHFSMLogEnable().

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