![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | GPSReceiver () |
| int | GetHiddenSelection (string selection) |
| override bool | IsTurnedOn () |
| override void | OnDebugSpawn () |
| override void | OnWork (float consumed_energy) |
| override void | OnWorkStart () |
| override void | OnWorkStop () |
| void | PositionalUpdate () |
| override void | SetActions () |
| void | UpdateDisplayElevation () |
| void | UpdateDisplayPosition () |
| void | UpdateDisplayState (bool pIsTurnedOn) |
| void | UpdateDisplayState (int animPhase) |
Protected Attributes | |
| const string | ANIM_PHASE_DISPLAY_HIDE = "DisplayState" |
| const string | DISPLAY_TEXTURE_PATH_FORMAT = "dz\\gear\\navigation\\data\\GPS_%1_ca.paa" |
| ref array< int > | m_AltitudeNumbersLast |
| ref set< string > | m_DisplayAltSelections |
| ref set< string > | m_DisplayGridSelections |
| ref map< int, string > | m_DisplayNumericSignTextureMap |
| bool | m_InitGPS |
| ref array< int > | m_OrderedPositionNumbersLast |
| cache | |
| const int | PHASE_OFF = 1 |
| const int | PHASE_ON = 0 |
Definition at line 1 of file gpsreceiver.c.
|
inlineprotected |
translate numerical -1 to - texture
Definition at line 20 of file gpsreceiver.c.
References DISPLAY_TEXTURE_PATH_FORMAT, string::Format(), m_AltitudeNumbersLast, m_DisplayAltSelections, m_DisplayGridSelections, m_DisplayNumericSignTextureMap, m_OrderedPositionNumbersLast, and MapNavigationBehaviour().
Definition at line 169 of file gpsreceiver.c.
References INDEX_NOT_FOUND.
Referenced by UpdateDisplayElevation(), and UpdateDisplayPosition().
|
inlineprotected |
Definition at line 83 of file gpsreceiver.c.
|
inlineprotected |
Definition at line 187 of file gpsreceiver.c.
|
inlineprotected |
Definition at line 116 of file gpsreceiver.c.
References PositionalUpdate().
|
inlineprotected |
Definition at line 88 of file gpsreceiver.c.
References PHASE_ON, and UpdateDisplayState().
|
inlineprotected |
Definition at line 102 of file gpsreceiver.c.
References PHASE_OFF, and UpdateDisplayState().
|
inlineprotected |
Definition at line 66 of file gpsreceiver.c.
References m_InitGPS, UpdateDisplayElevation(), and UpdateDisplayPosition().
Referenced by OnWork().
|
inlineprotected |
Definition at line 75 of file gpsreceiver.c.
References AddAction().
|
inlineprotected |
Definition at line 149 of file gpsreceiver.c.
References GetHiddenSelection(), INDEX_NOT_FOUND, m_AltitudeNumbersLast, m_DisplayAltSelections, m_DisplayNumericSignTextureMap, m_InitGPS, and MapNavigationBehaviour().
Referenced by PositionalUpdate().
|
inlineprotected |
Definition at line 127 of file gpsreceiver.c.
References GetHiddenSelection(), INDEX_NOT_FOUND, m_DisplayGridSelections, m_DisplayNumericSignTextureMap, m_InitGPS, m_OrderedPositionNumbersLast, and MapNavigationBehaviour().
Referenced by PositionalUpdate().
|
inlineprotected |
Definition at line 196 of file gpsreceiver.c.
References PHASE_OFF, PHASE_ON, and UpdateDisplayState().
|
inlineprotected |
Definition at line 121 of file gpsreceiver.c.
References ANIM_PHASE_DISPLAY_HIDE, and PHASE_OFF.
Referenced by OnWorkStart(), OnWorkStop(), and UpdateDisplayState().
|
protected |
Definition at line 5 of file gpsreceiver.c.
Referenced by UpdateDisplayState().
|
protected |
Definition at line 4 of file gpsreceiver.c.
Referenced by GPSReceiver().
Definition at line 16 of file gpsreceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayElevation().
|
protected |
Definition at line 11 of file gpsreceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayElevation().
|
protected |
Definition at line 10 of file gpsreceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayPosition().
Definition at line 12 of file gpsreceiver.c.
Referenced by GPSReceiver(), UpdateDisplayElevation(), and UpdateDisplayPosition().
|
protected |
Definition at line 18 of file gpsreceiver.c.
Referenced by PositionalUpdate(), UpdateDisplayElevation(), and UpdateDisplayPosition().
cache
Definition at line 15 of file gpsreceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayPosition().
|
protected |
Definition at line 7 of file gpsreceiver.c.
Referenced by OnWorkStop(), UpdateDisplayState(), and UpdateDisplayState().
|
protected |
Definition at line 8 of file gpsreceiver.c.
Referenced by OnWorkStart(), and UpdateDisplayState().