DayZ 1.24
|
Protected Member Functions | |
void | GPSReceiver () |
void | PositionalUpdate () |
override void | OnMovedInsideCargo (EntityAI container) |
need to be overriden, otherwise the item will be turned off when moved to cargo | |
override void | SetActions () |
override bool | IsTurnedOn () |
override void | OnWorkStart () |
override void | OnWorkStop () |
override void | OnWork (float consumed_energy) |
void | UpdateDisplayState (bool pIsTurnedOn) |
void | UpdateDisplayPosition () |
void | UpdateDisplayElevation () |
int | GetHiddenSelection (string selection) |
override void | OnDebugSpawn () |
Protected Attributes | |
ref set< string > | m_DisplayGridSelections |
ref set< string > | m_DisplayAltSelections |
ref map< int, string > | m_DisplayNumericSignTextureMap |
ref array< int > | m_OrderedPositionNumbersLast |
cache | |
ref array< int > | m_AltitudeNumbersLast |
Private Attributes | |
const string | DISPLAY_TEXTURE_PATH_FORMAT = "dz\\gear\\navigation\\data\\GPS_%1_ca.paa" |
const string | ANIM_PHASE_DISPLAY_HIDE = "DisplayState" |
Definition at line 1 of file GPSReceiver.c.
|
inlineprotected |
translate numerical -1 to -
texture
Definition at line 15 of file GPSReceiver.c.
References DISPLAY_TEXTURE_PATH_FORMAT, m_AltitudeNumbersLast, m_DisplayAltSelections, m_DisplayGridSelections, m_DisplayNumericSignTextureMap, m_OrderedPositionNumbersLast, and MapNavigationBehaviour().
Definition at line 151 of file GPSReceiver.c.
References INDEX_NOT_FOUND.
Referenced by UpdateDisplayElevation(), and UpdateDisplayPosition().
Definition at line 72 of file GPSReceiver.c.
Definition at line 165 of file GPSReceiver.c.
need to be overriden, otherwise the item will be turned off when moved to cargo
Definition at line 102 of file GPSReceiver.c.
References PositionalUpdate().
Definition at line 78 of file GPSReceiver.c.
References UpdateDisplayState().
Definition at line 90 of file GPSReceiver.c.
References UpdateDisplayState().
|
inlineprotected |
Definition at line 55 of file GPSReceiver.c.
References UpdateDisplayElevation(), and UpdateDisplayPosition().
Referenced by OnWork().
Definition at line 64 of file GPSReceiver.c.
References AddAction().
|
inlineprotected |
Definition at line 132 of file GPSReceiver.c.
References GetHiddenSelection(), INDEX_NOT_FOUND, m_AltitudeNumbersLast, m_DisplayAltSelections, m_DisplayNumericSignTextureMap, and MapNavigationBehaviour().
Referenced by PositionalUpdate().
|
inlineprotected |
Definition at line 113 of file GPSReceiver.c.
References GetHiddenSelection(), INDEX_NOT_FOUND, m_DisplayGridSelections, m_DisplayNumericSignTextureMap, m_OrderedPositionNumbersLast, and MapNavigationBehaviour().
Referenced by PositionalUpdate().
Definition at line 108 of file GPSReceiver.c.
References ANIM_PHASE_DISPLAY_HIDE.
Referenced by OnWorkStart(), and OnWorkStop().
Definition at line 5 of file GPSReceiver.c.
Referenced by UpdateDisplayState().
|
private |
Definition at line 4 of file GPSReceiver.c.
Referenced by GPSReceiver().
Definition at line 13 of file GPSReceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayElevation().
Definition at line 8 of file GPSReceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayElevation().
Definition at line 7 of file GPSReceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayPosition().
Definition at line 9 of file GPSReceiver.c.
Referenced by GPSReceiver(), UpdateDisplayElevation(), and UpdateDisplayPosition().
cache
Definition at line 12 of file GPSReceiver.c.
Referenced by GPSReceiver(), and UpdateDisplayPosition().