![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Scripted map cursor visualization for cases where the gamecode provided one is not sufficient. More...
Protected Member Functions | |
| void | SetCursorVisual (SCR_CursorVisualState stateCfg) |
| void | SetOpacity (float opacity) |
| Set opacity. | |
| void | Update (float x, float y) |
| Update position, has to be called manually. | |
| void | SCR_CursorCustom () |
| void | ~SCR_CursorCustom () |
Protected Attributes | |
| bool | m_bIsVisible |
| Widget | m_wRoot |
| Widget | m_wCursor |
| ImageWidget | m_wCursorImage |
Scripted map cursor visualization for cases where the gamecode provided one is not sufficient.
Definition at line 3 of file SCR_CursorCustom.c.
|
inlineprotected |
Definition at line 57 of file SCR_CursorCustom.c.
|
inlineprotected |
Definition at line 65 of file SCR_CursorCustom.c.
|
inlineprotected |
Set visual
| stateCfg | is cursor state config, null to disable |
Definition at line 16 of file SCR_CursorCustom.c.
|
inlineprotected |
Set opacity.
Definition at line 44 of file SCR_CursorCustom.c.
Update position, has to be called manually.
Definition at line 51 of file SCR_CursorCustom.c.
|
protected |
Definition at line 8 of file SCR_CursorCustom.c.
|
protected |
Definition at line 10 of file SCR_CursorCustom.c.
|
protected |
Definition at line 11 of file SCR_CursorCustom.c.
|
protected |
Definition at line 9 of file SCR_CursorCustom.c.