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

◆ UnfocusGrid()

override void HandsContainer::UnfocusGrid ( )
inlineprotected

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

919 {
920 if( m_Atts )
921 {
922 m_Atts.UnfocusAll();
923 }
924
925 if( m_CargoGrid )
926 {
927 m_CargoGrid.UnfocusAll();
928 }
929
931 {
932 foreach( EntityAI e1, CargoContainer cargo : m_AttachmentCargos )
933 {
934 cargo.UnfocusAll();
935
936 }
937 }
938
940 {
941 foreach( EntityAI e2, Attachments att : m_AttachmentAttachments )
942 {
943 att.UnfocusAll();
944 }
945 }
946 }
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().