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

◆ UnfocusAll() [2/2]

override void ClosableContainer::UnfocusAll ( )
inlineprotected

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

270 {
271 if( m_Atts )
272 {
273 m_Atts.UnfocusAll();
274 }
275
276 if( m_CargoGrid )
277 {
278 m_CargoGrid.UnfocusAll();
279 }
280
281 foreach( EntityAI e1, CargoContainer cargo : m_AttachmentCargos )
282 {
283 cargo.UnfocusAll();
284
285 }
286
287 foreach( EntityAI e2, Attachments att : m_AttachmentAttachments )
288 {
289 att.UnfocusAll();
290 }
291 }
class LogManager EntityAI
ref map< EntityAI, ref CargoContainer > m_AttachmentCargos
ref map< EntityAI, ref Attachments > m_AttachmentAttachments
ref CargoContainer m_CargoGrid
Определения ContainerWithCargo.c:3
ref Attachments m_Atts

Перекрестные ссылки m_AttachmentAttachments, m_AttachmentCargos, m_Atts и m_CargoGrid.