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

◆ RegisterOnMouseButtonUp()

void WidgetEventHandler::RegisterOnMouseButtonUp ( Widget w,
Managed eventHandler,
string functionName )
inlineprotected

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

78 {
79 w.SetHandler( this );
80 Param param = new Param2<Managed, string>( eventHandler, functionName );
81 m_OnMouseButtonUpRegister.Insert( w, param );
82 }
ref map< Widget, ref Param > m_OnMouseButtonUpRegister
Определения WidgetEventHandler.c:6

Перекрестные ссылки m_OnMouseButtonUpRegister.

Используется в AttachmentCategoriesRow::Init(), ZombieContainer::InitGhostSlots(), PlayerContainer::ItemAttached(), ZombieContainer::ItemAttached(), VicinitySlotsContainer::RecomputeNumberOfContainers() и VicinitySlotsContainer::VicinitySlotsContainer().