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

◆ UnfocusAll()

override void AttachmentCategoriesRow::UnfocusAll ( )
inlineprotected

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

393 {
394 int i;
395 for ( i = 1; i < Count(); i++ )
396 {
397 for ( int j = 0; j < ITEMS_IN_ROW; j++ )
398 {
399 Widget w = Get( i ).GetMainWidget().FindAnyWidget( "Cursor" + j );
400 if( w )
401 w.Show( false );
402 }
403 }
404 for ( i = 0; i < m_AttachmentCargos.Count(); i++ )
405 {
406 m_AttachmentCargos.GetElement( i ).Unfocus();
407 m_AttachmentCargos.GetElement( i ).SetActive( false );
408 }
409 }
const int ITEMS_IN_ROW
Определения Attachments.c:1
override float Get()
Определения PlayerStatBase.c:134
@ Count
Определения RandomGeneratorSyncManager.c:8
ref map< int, ref ContainerWithCargo > m_AttachmentCargos
Определения AttachmentCategoriesRow.c:8
WorkspaceWidget Widget
Defined in code.

Перекрестные ссылки Count, Get(), ITEMS_IN_ROW и m_AttachmentCargos.