![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | UpdateEntityUnderCursor () |
| void | SetEntityUnderCursor (SCR_EditableEntityComponent entity, bool isDelegate=false) |
| SCR_EditableEntityComponent | GetEntityUnderCursor (out bool isDelegate=false) |
| SCR_EditableEntityComponent | GetInteractiveEntityUnderCursor () |
| SCR_EditableEntityComponent | GetEntityUnderCursorCandidate (out bool isDelegate=false) |
| void | SetEntityUnderCursorEnabled (bool enabled) |
| bool | GetEntityUnderCursorEnabled () |
| bool | IsDelegate () |
| override void | EOnEditorFrame (float timeSlice) |
| override void | EOnEditorActivate () |
Definition at line 6 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Definition at line 137 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Definition at line 133 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Get entity under cursor.
| [out] | isDelegate | True if the entity under cursor is represented by a delegate (e.g., icon) |
Definition at line 61 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Get candidate entity under cursor. Multiple systems can set entity under cursor each frame, and the final one is assigned at the end of the frame. This is useful for checking of a candidate already exists, so low priority candidate would be ignored.
| [out] | isDelegate | True if the entity under cursor candidate is represented by a delegate (e.g., icon) |
Definition at line 83 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Get if the entity under cursor can be assigned.
Definition at line 120 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Get interactive entity under cursor (e.g., one which can be selected)
Definition at line 70 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Check if the entity under cursor is represented by a delegate (e.g., icon)
Definition at line 128 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Set which entity is under cursor.
| entity | Editable entity |
| isDelegate | True if the entity under cursor is represented by a delegate (e.g., icon), not a geometry. Delegates have higher priority, for example for camera snapping. |
Definition at line 49 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Set if the entity under cursor can be assigned. Important for systems that could collide with entity under cursor (e.g., selection frame).
| enable | True to enable asisgning (default: true) |
Definition at line 93 of file SCR_HoverEditableEntityFilter.c.
|
inlineprotected |
Definition at line 17 of file SCR_HoverEditableEntityFilter.c.