![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_EditableEntityUIConfig | GetEditableEntityUI () |
| bool | GetCursorWorldPos (out vector worldPos, TraceFlags flags=-1) |
| IEntity | GetTraceEntity () |
| override void | EOnEditorPostActivate () |
| override void | EOnEditorPostDeactivate () |
Protected Attributes | |
| ResourceName | m_AlwaysShownLayout |
| ResourceName | m_HideableLayout |
| Widget | m_AlwaysShownWidget |
| Widget | m_HideableWidget |
| SCR_CursorEditorUIComponent | m_CursorComponent |
Definition at line 15 of file SCR_MenuLayoutEditorComponent.c.
|
inlineprotected |
Definition at line 66 of file SCR_MenuLayoutEditorComponent.c.
|
inlineprotected |
Definition at line 100 of file SCR_MenuLayoutEditorComponent.c.
|
inlineprotected |
Get world position below cursor.
| [out] | worldPos | Vector to be filled with world position |
| flags | Trace flags to be used (send -1 for default flags) |
Definition at line 46 of file SCR_MenuLayoutEditorComponent.c.
|
inlineprotected |
Get configuration of editable entity UI.
Definition at line 31 of file SCR_MenuLayoutEditorComponent.c.
|
inlineprotected |
Get entity under cursor, even if it's not editable. To get editable entity under cursor, use SCR_BaseEditableEntityFilter of type EEditableEntityState.HOVER.
Definition at line 58 of file SCR_MenuLayoutEditorComponent.c.
|
protected |
Definition at line 18 of file SCR_MenuLayoutEditorComponent.c.
|
protected |
Definition at line 23 of file SCR_MenuLayoutEditorComponent.c.
|
protected |
Definition at line 25 of file SCR_MenuLayoutEditorComponent.c.
|
protected |
Definition at line 21 of file SCR_MenuLayoutEditorComponent.c.
|
protected |
Definition at line 24 of file SCR_MenuLayoutEditorComponent.c.