DayZ 1.24
|
Private Attributes | |
float | m_UpdateInterval = 1.0 |
float | m_TemperatureMin = 0 |
how often the Update is ticking | |
float | m_TemperatureMax = 100 |
min temperature you can get from the TemperatureSource | |
float | m_TemperatureCap = float.MAX |
max temperature you can get from the TemperatureSource | |
float | m_RangeFull = 1 |
temperature cap that will limit the return value from GetTemperature method | |
float | m_RangeMax = 2 |
range where the full temperature is given to receiver | |
bool | m_Updateable = false |
maximum range where the receiver can get some temperature | |
bool | m_ManualUpdate = false |
if the Update is running periodically | |
bool | m_AffectStat = false |
update is called manually (ex. own tick of parent entity) | |
vector | m_Position = vector.Zero |
if the temperature generated is also set as Temperature Stat on Item itself | |
EntityAI | m_Parent = null |
Definition at line 1 of file UniversalTemperatureSource.c.
update is called manually (ex. own tick of parent entity)
Definition at line 12 of file UniversalTemperatureSource.c.
if the Update is running periodically
Definition at line 11 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::Init(), UniversalTemperatureSourceDebug::IsActive(), and UniversalTemperatureSourceDebug::SetActive().
Definition at line 15 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetParent(), and UniversalTemperatureSourceDebug::Init().
|
private |
if the temperature generated is also set as Temperature Stat on Item itself
Definition at line 14 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetPosition(), and UniversalTemperatureSourceDebug::Init().
|
private |
temperature cap that will limit the return value from GetTemperature method
Definition at line 7 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetFullRange().
|
private |
range where the full temperature is given to receiver
Definition at line 8 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetMaxRange().
max temperature you can get from the TemperatureSource
Definition at line 6 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetTemperature().
|
private |
min temperature you can get from the TemperatureSource
Definition at line 5 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetTemperatureMax().
|
private |
how often the Update is ticking
Definition at line 4 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::GetTemperatureMin().
maximum range where the receiver can get some temperature
Definition at line 10 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::Init().
|
private |
Definition at line 3 of file UniversalTemperatureSource.c.
Referenced by UniversalTemperatureSourceDebug::Init().