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

◆ SetCurrentParent()

void SetCurrentParent ( Object parent_obj,
bool updateCached = true )
protected

Set current parent of the managed effect.

Заметки
Same as SetAttachmentParent, but more generic name
Аргументы
parent_objObject The parent for the Effect
updateCachedbool Whether to update the cached variable

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

419 {
420 if (updateCached)
421 SetParent(parent_obj);
422 }
void SetParent(Object parent_obj)
Set parent of the Effect.
Определения Effect.c:396

Перекрестные ссылки SetParent().