DayZ 1.28
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 строка 443

444 {
445 if (updateCached)
446 SetParent(parent_obj);
447 }
void SetParent(Object parent_obj, int pivot)
Set parent of the Effect.
Определения Effect.c:399

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