Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
GPSReceiver Class Reference
Inheritance diagram for GPSReceiver:

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< stringm_DisplayGridSelections
 
ref set< stringm_DisplayAltSelections
 
ref map< int, stringm_DisplayNumericSignTextureMap
 
ref array< intm_OrderedPositionNumbersLast
 cache
 
ref array< intm_AltitudeNumbersLast
 

Detailed Description

Definition at line 1 of file gpsreceiver.c.

Constructor & Destructor Documentation

◆ GPSReceiver()

void GPSReceiver::GPSReceiver ( )
protected

translate numerical -1 to - texture

Definition at line 15 of file gpsreceiver.c.

Member Function Documentation

◆ GetHiddenSelection()

int GPSReceiver::GetHiddenSelection ( string selection)
protected

Definition at line 161 of file gpsreceiver.c.

◆ IsTurnedOn()

override bool GPSReceiver::IsTurnedOn ( )
protected

Definition at line 78 of file gpsreceiver.c.

◆ OnDebugSpawn()

override void GPSReceiver::OnDebugSpawn ( )
protected

Definition at line 179 of file gpsreceiver.c.

◆ OnMovedInsideCargo()

override void GPSReceiver::OnMovedInsideCargo ( EntityAI container)
protected

need to be overriden, otherwise the item will be turned off when moved to cargo

◆ OnWork()

override void GPSReceiver::OnWork ( float consumed_energy)
protected

Definition at line 112 of file gpsreceiver.c.

◆ OnWorkStart()

override void GPSReceiver::OnWorkStart ( )
protected

Definition at line 84 of file gpsreceiver.c.

◆ OnWorkStop()

override void GPSReceiver::OnWorkStop ( )
protected

Definition at line 98 of file gpsreceiver.c.

◆ PositionalUpdate()

void GPSReceiver::PositionalUpdate ( )
protected

Definition at line 61 of file gpsreceiver.c.

◆ SetActions()

override void GPSReceiver::SetActions ( )
protected

Definition at line 70 of file gpsreceiver.c.

◆ UpdateDisplayElevation()

void GPSReceiver::UpdateDisplayElevation ( )
protected

Definition at line 142 of file gpsreceiver.c.

◆ UpdateDisplayPosition()

void GPSReceiver::UpdateDisplayPosition ( )
protected

Definition at line 123 of file gpsreceiver.c.

◆ UpdateDisplayState()

void GPSReceiver::UpdateDisplayState ( bool pIsTurnedOn)
protected

Definition at line 118 of file gpsreceiver.c.

Member Data Documentation

◆ m_AltitudeNumbersLast

ref array<int> GPSReceiver::m_AltitudeNumbersLast
protected

Definition at line 13 of file gpsreceiver.c.

◆ m_DisplayAltSelections

ref set<string> GPSReceiver::m_DisplayAltSelections
protected

Definition at line 8 of file gpsreceiver.c.

◆ m_DisplayGridSelections

ref set<string> GPSReceiver::m_DisplayGridSelections
protected

Definition at line 7 of file gpsreceiver.c.

◆ m_DisplayNumericSignTextureMap

ref map<int, string> GPSReceiver::m_DisplayNumericSignTextureMap
protected

Definition at line 9 of file gpsreceiver.c.

◆ m_OrderedPositionNumbersLast

ref array<int> GPSReceiver::m_OrderedPositionNumbersLast
protected

cache

Definition at line 12 of file gpsreceiver.c.


The documentation for this class was generated from the following file: