![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | ShowUnits () |
| Show infantry units. | |
| void | SetPropsVisible (bool state) |
| void | GetUnitName (IEntity ent, out string name, out notnull array< string > nameParams) |
| void | PanToPlayer () |
| Context callback. | |
| void | ZoomToPPU1 () |
| Zooms to current pixel per unit ratio == 1. | |
| void | ZoomLayerUp () |
| Zooms to the beginning of higher layer. | |
| void | ZoomLayerDown () |
| Zooms to the ceiling of lower layer. | |
| void | ToggleLight () |
| Toggle map light. | |
| void | UpdateUnits () |
| Update unit map items. | |
| void | OnRadialMenuOpen () |
| override void | Update (float timeSlice) |
| override void | OnMapOpen (MapConfiguration config) |
| override void | Init () |
Protected Attributes | |
| float | m_fUnitIconRotation |
| ResourceName | m_sIconImageset |
| bool | m_bIsUnitVisible |
| ref array< MapItem > | m_aMapItems = {} |
| SCR_MapDescriptorDefaults | m_DefaultsCfg |
Definition at line 1 of file SCR_MapDebugUI.c.
|
inlineprotected |
Get/update name
| ent | is the subject | |
| [out] | name | Name or formatting of name |
| [out] | nameParams | If uses formating: Firstname, Alias and Surname (Alias can be an empty string) |
Definition at line 100 of file SCR_MapDebugUI.c.
|
inlineprotected |
Definition at line 266 of file SCR_MapDebugUI.c.
|
inlineprotected |
Definition at line 253 of file SCR_MapDebugUI.c.
|
inlineprotected |
Definition at line 205 of file SCR_MapDebugUI.c.
|
inlineprotected |
Context callback.
Definition at line 132 of file SCR_MapDebugUI.c.
|
inlineprotected |
Sets visibility of a descriptor type props across all layers
| state | determines visibility |
Definition at line 75 of file SCR_MapDebugUI.c.
|
inlineprotected |
Show infantry units.
Definition at line 16 of file SCR_MapDebugUI.c.
|
inlineprotected |
Toggle map light.
Definition at line 181 of file SCR_MapDebugUI.c.
|
inlineprotected |
Definition at line 246 of file SCR_MapDebugUI.c.
|
inlineprotected |
Update unit map items.
Definition at line 190 of file SCR_MapDebugUI.c.
|
inlineprotected |
Zooms to the ceiling of lower layer.
Definition at line 168 of file SCR_MapDebugUI.c.
|
inlineprotected |
Zooms to the beginning of higher layer.
Definition at line 153 of file SCR_MapDebugUI.c.
|
inlineprotected |
Zooms to current pixel per unit ratio == 1.
Definition at line 146 of file SCR_MapDebugUI.c.
|
protected |
Definition at line 10 of file SCR_MapDebugUI.c.
|
protected |
Definition at line 9 of file SCR_MapDebugUI.c.
|
protected |
Definition at line 12 of file SCR_MapDebugUI.c.
|
protected |
Definition at line 4 of file SCR_MapDebugUI.c.
|
protected |
Definition at line 7 of file SCR_MapDebugUI.c.