![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Nametag zone config setup. More...
Protected Member Functions | |
| string | GetZoneName () |
| int | GetZoneStart () |
| void | OnZoneChanged (SCR_NameTagData data) |
| void | DrawElements (SCR_NameTagData data) |
| void | UpdateElementDefs (SCR_NameTagData data) |
| void | HideElements (SCR_NameTagData data) |
| void | SCR_NameTagZone () |
| void | ~SCR_NameTagZone () |
Protected Attributes | |
| string | m_sZoneName |
| int | m_iZoneStart |
| int | m_iZoneEnd |
| ref array< ref SCR_NTElementBase > | m_aElements |
| int | m_iZoneStartSq |
| int | m_iZoneEndSq |
| int | m_iElementsCount |
Nametag zone config setup.
Definition at line 109 of file SCR_NameTagConfig.c.
|
inlineprotected |
Definition at line 190 of file SCR_NameTagConfig.c.
|
inlineprotected |
Definition at line 198 of file SCR_NameTagConfig.c.
|
inlineprotected |
Iterate through and draw every element(widget) assigned to this zone
| data | is nametag struct class |
Definition at line 157 of file SCR_NameTagConfig.c.
|
inlineprotected |
Getter - nametag zone name
Definition at line 130 of file SCR_NameTagConfig.c.
|
inlineprotected |
Getter - minimum distance for the nametag to be drawn in this zone
Definition at line 138 of file SCR_NameTagConfig.c.
|
inlineprotected |
Clear elements upon zone switch since some may not be configured in the current zone anymore
| data | is nametag struct class |
Definition at line 179 of file SCR_NameTagConfig.c.
|
inlineprotected |
On nametag switching to different zone
| data | is nametag struct |
Definition at line 146 of file SCR_NameTagConfig.c.
|
inlineprotected |
Iterate through and set every element to default values according to their state
| data | is nametag struct class |
Definition at line 168 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 121 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 125 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 118 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 124 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 115 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 123 of file SCR_NameTagConfig.c.
|
protected |
Definition at line 112 of file SCR_NameTagConfig.c.