![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetCursorPos (vector pos, bool DPIScale=false) |
| vector | GetCursorPos () |
| void | GetCursorPos (out int posX, out int posY) |
| bool | GetCursorWorldPos (out vector worldPos, bool isNormalized=false, TraceFlags flags=-1) |
| IEntity | GetTraceEntity () |
| void | SetCursorType (EEditorCursor type) |
| void | ResetCursor () |
| float | GetCursorRadius () |
| float | GetCursorRadiusSq () |
| void | SetCursorAlpha (float alpha, float strength=1) |
| void | UpdateCursorDebug () |
| void | UpdateCursor () |
| void | OnFilterChange (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove) |
| bool | TraceFilter (Class target) |
| SCR_EditableEntityComponent | TraceEntity (vector cursorPos) |
| void | OnInputDeviceIsGamepad (bool isGamepad) |
| void | OnMenuUpdate (float tDelta) |
| void | OnMapToggled (MapConfiguration config) |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
Protected Attributes | |
| const float | TRACE_DIS_SINGLE = 10000 |
| const float | TRACE_DIS_REPEATED = 250 |
| TraceFlags | m_DefaultWorldTraceFlags = TraceFlags.WORLD | TraceFlags.OCEAN | TraceFlags.ENTS |
Definition at line 3 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Get cached cursor position in reference resolution.
Definition at line 80 of file SCR_CursorEditorUIComponent.c.
Get cached cursor position as integers in native (current) resolution.
| [out] | posX | |
| [out] | posY |
Definition at line 113 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 248 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 255 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Get world position below cursor.
| [out] | worldPos | Vector to be filled with world position |
| [in] | isNormalized | |
| [in] | flags | Trace flags to be used (send -1 for default flags) |
Definition at line 125 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 208 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 462 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 558 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
| [in] | state | |
| [in] | entitiesInsert | |
| [in] | entitiesRemove |
Definition at line 375 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 421 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
| [in] | config |
Definition at line 456 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 428 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 241 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
| [in] | alpha | |
| [in] | strength |
Definition at line 263 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Set cursor position.
| [in] | pos | Cursor position |
| [in] | DPIScale | True if the position is in reference resolution, false if in native (current) |
Definition at line 48 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 214 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 388 of file SCR_CursorEditorUIComponent.c.
Definition at line 381 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 277 of file SCR_CursorEditorUIComponent.c.
|
inlineprotected |
Definition at line 270 of file SCR_CursorEditorUIComponent.c.
|
protected |
Definition at line 42 of file SCR_CursorEditorUIComponent.c.
|
protected |
Definition at line 6 of file SCR_CursorEditorUIComponent.c.
|
protected |
Definition at line 5 of file SCR_CursorEditorUIComponent.c.