![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override SCR_EditableEntityBaseSlotUIComponent | FindSlot (SCR_EditableEntityComponent entity, bool createIfNull=false) |
| override bool | DeleteSlot (SCR_EditableEntityComponent entity, bool forced=false) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | OnInputDeviceIsGamepad (bool isGamepad) |
| void | OnEffect (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove) |
| void | ApplyAutoEffect (SCR_EditableEntityComponent entity, SCR_EditableEntitySceneSlotUIComponent slot) |
| void | OnMenuUpdate (float tDelta) |
| void | PlaceAttachedSlots (SCR_EditableEntityBaseSlotUIComponent entitySlot, vector position, float offset=32) |
| void | OnMenuFocusLost () |
| void | OnMenuFocusGained () |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
Protected Attributes | |
| ref array< ref SCR_BaseEntitiesEditorUIEffect > | m_aEffects |
| ref array< ref SCR_EditableEntityUISlotSize > | m_aSlotSizes |
| ResourceName | m_SlotPrefab |
| SCR_EditableEntityUIConfig | m_EditableEntityUIConfig |
| ref map< EEditableEntityState, SCR_BaseEntitiesEditorUIEffect > | m_aEffectsMap = new map<EEditableEntityState, SCR_BaseEntitiesEditorUIEffect>() |
| WorkspaceWidget | m_Workspace |
| InputManager | m_InputManager |
| SCR_HoverEditableEntityFilter | m_HoverManager |
| SCR_CursorEditorUIComponent | m_CursorComponent |
| SCR_EditableEntityComponent | m_EntityUnderCursor |
| SCR_MouseAreaEditorUIComponent | m_MouseArea |
| SCR_MapEntity | m_MapEntity |
Definition at line 1 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
| [in] | entity | |
| [in] | slot |
Definition at line 162 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 86 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 27 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 295 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 352 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 127 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 120 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 285 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 278 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
| [in] | tDelta |
Definition at line 181 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 100 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Definition at line 110 of file SCR_EntitiesEditorUIComponent.c.
|
inlineprotected |
Places the slot of the attached entites in an absolute mannear, with an offset to parent
| [in] | entitySlot | is the child (current) slot |
| [in] | vector | position of current slot |
| [in] | offset | offset to add to each slot |
Definition at line 256 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 4 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 13 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 7 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 17 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 12 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 18 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 16 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 15 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 20 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 19 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 10 of file SCR_EntitiesEditorUIComponent.c.
|
protected |
Definition at line 14 of file SCR_EntitiesEditorUIComponent.c.