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

◆ UnfocusGrid()

override void HandsContainer::UnfocusGrid ( )
inlineprotected

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

920 {
921 if( m_Atts )
922 {
923 m_Atts.UnfocusAll();
924 }
925
926 if( m_CargoGrid )
927 {
928 m_CargoGrid.UnfocusAll();
929 }
930
932 {
933 foreach( EntityAI e1, CargoContainer cargo : m_AttachmentCargos )
934 {
935 cargo.UnfocusAll();
936
937 }
938 }
939
941 {
942 foreach( EntityAI e2, Attachments att : m_AttachmentAttachments )
943 {
944 att.UnfocusAll();
945 }
946 }
947 }
class LogManager EntityAI
void CargoContainer(LayoutHolder parent, bool is_attachment=false)
Определения CargoContainer.c:32
ref map< EntityAI, ref CargoContainer > m_AttachmentCargos
Определения HandsContainer.c:10
ref map< EntityAI, ref Attachments > m_AttachmentAttachments
Определения HandsContainer.c:12
ref Attachments m_Atts
Определения HandsContainer.c:7
ref CargoContainer m_CargoGrid
Определения HandsContainer.c:8

Перекрестные ссылки Container::CargoContainer(), m_AttachmentAttachments, m_AttachmentCargos, m_Atts и m_CargoGrid.

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