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

◆ HideSelection()

void Entity::HideSelection ( string selection_name)
inlineprotected

Hides selection of the given name. Must be configed in config.cpp and models.cfg.

См. определение в файле 3_Game/Entities/EntityAI.c строка 3309

3310 {
3311 if ( !ToDelete() )
3312 {
3313 SetAnimationPhase ( selection_name, 1 ); // 1 = hide, 0 = unhide!
3314 }
3315 }

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