![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Attached to root of marker dynamic base layout. More...
Protected Member Functions | |
| void | SetMarkerEntity (notnull SCR_MapMarkerEntity marker) |
| void | SetLayerID (int id) |
| void | SetImage (ResourceName icon, string quad, float aspectRatio=1, int sizeFlag=64) |
| void | SetText (string text) |
| void | SetTextVisible (bool state) |
| void | SetColor (Color color) |
| override void | HandlerAttached (Widget w) |
Protected Attributes | |
| int | m_iLayerID |
| ImageWidget | m_wMarkerIcon |
| TextWidget | m_wMarkerText |
| SCR_MapMarkerEntity | m_MarkerEnt |
Attached to root of marker dynamic base layout.
Definition at line 2 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
Definition at line 54 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
| [in] | color |
Definition at line 48 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
Supports custom aspect ratio in case of non standard size imagesets
| [in] | icon | |
| [in] | quad | |
| [in] | aspectRatio |
Definition at line 27 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
Definition at line 17 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
| [in] | marker |
Definition at line 11 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
| [in] | text |
Definition at line 34 of file SCR_MapMarkerDynamicWComponent.c.
|
inlineprotected |
| [in] | state |
Definition at line 41 of file SCR_MapMarkerDynamicWComponent.c.
|
protected |
Definition at line 4 of file SCR_MapMarkerDynamicWComponent.c.
|
protected |
Definition at line 7 of file SCR_MapMarkerDynamicWComponent.c.
|
protected |
Definition at line 5 of file SCR_MapMarkerDynamicWComponent.c.
|
protected |
Definition at line 6 of file SCR_MapMarkerDynamicWComponent.c.