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

◆ ShowSelection()

void Entity::ShowSelection ( string selection_name)
inlineprotected

Shows selection of the given name. Must be configed in config.hpp and models.cfg.

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

3317 {
3318 if ( !ToDelete() )
3319 {
3320 SetAnimationPhase ( selection_name, 0 ); // 1 = hide, 0 = unhide!
3321 }
3322 }

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