![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | UIPropertyAttachment (Widget root) |
| void | ~UIPropertyAttachment () |
| void | Hide () |
| bool | IsVisible () |
| bool | OnClick (Widget w, int x, int y, int button) |
| void | SetPos (float x, float y) |
| void | SetSize (float width, float height) |
| void | Show (EntityAI e, string slot_name, TStringArray att_items) |
Private Attributes | |
| ref TStringArray | m_ComboItems |
| EntityAI | m_Obj |
| int | m_PrevIndex |
| int | m_SlotID |
| XComboBoxWidget | m_WgtComboBox |
| Widget | m_WgtRoot |
| TextWidget | m_WgtSlotName |
| Widget | m_WgtThis |
Definition at line 1 of file uipropertyattachment.c.
|
inlineprivate |
Definition at line 13 of file uipropertyattachment.c.
References g_Game, m_ComboItems, m_WgtComboBox, m_WgtRoot, m_WgtSlotName, and m_WgtThis.
|
inlineprivate |
Definition at line 24 of file uipropertyattachment.c.
References m_WgtComboBox, m_WgtRoot, and m_WgtThis.
|
inlineprivate |
Definition at line 102 of file uipropertyattachment.c.
|
inlineprivate |
Definition at line 110 of file uipropertyattachment.c.
References m_WgtThis.
Referenced by UIScriptedMenu::GetFreeUIPropertyAttchament().
Definition at line 32 of file uipropertyattachment.c.
References g_Game, GetPlugin(), m_ComboItems, m_Obj, m_PrevIndex, m_SlotID, m_WgtComboBox, x, and y.
Definition at line 59 of file uipropertyattachment.c.
References m_WgtThis, x, and y.
Referenced by UIScriptedMenu::Refresh().
Definition at line 64 of file uipropertyattachment.c.
References m_WgtThis.
Referenced by UIScriptedMenu::Refresh().
|
inlineprivate |
Definition at line 69 of file uipropertyattachment.c.
References InventorySlots::GetSlotIdFromString(), m_ComboItems, m_Obj, m_PrevIndex, m_SlotID, m_WgtComboBox, m_WgtSlotName, and m_WgtThis.
Referenced by UIScriptedMenu::Refresh().
|
private |
Definition at line 7 of file uipropertyattachment.c.
Referenced by UIPropertyAttachment(), OnClick(), and Show().
|
private |
Definition at line 9 of file uipropertyattachment.c.
|
private |
Definition at line 8 of file uipropertyattachment.c.
|
private |
Definition at line 10 of file uipropertyattachment.c.
|
private |
Definition at line 5 of file uipropertyattachment.c.
Referenced by UIPropertyAttachment(), ~UIPropertyAttachment(), OnClick(), and Show().
|
private |
Definition at line 3 of file uipropertyattachment.c.
Referenced by UIPropertyAttachment(), and ~UIPropertyAttachment().
|
private |
Definition at line 6 of file uipropertyattachment.c.
Referenced by UIPropertyAttachment(), and Show().
|
private |
Definition at line 4 of file uipropertyattachment.c.
Referenced by UIPropertyAttachment(), ~UIPropertyAttachment(), Hide(), IsVisible(), SetPos(), SetSize(), and Show().