![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | BonfireHeating () |
| DEPRECATED. | |
| override void | EEDelete (EntityAI parent) |
| override void | EEInit () |
Protected Attributes | |
| ref Timer | m_BonfireHeatingTimer |
| BonfireLight | m_Light |
| Particle | m_ParticleFire |
| Particle | m_ParticleSmoke |
| EffectSound | m_SoundFireLoop |
| ref UniversalTemperatureSourceLambdaConstant | m_UTSLBonfire |
| ref UniversalTemperatureSource | m_UTSource |
| DEPRECATED. | |
| ref UniversalTemperatureSourceSettings | m_UTSSettings |
Private Member Functions | |
| override int | GetLiquidSourceType () |
| override int | GetLiquidSourceType () |
| override float | GetLiquidThroughputCoef () |
| override float | GetLiquidThroughputCoef () |
| override EWaterSourceObjectType | GetWaterSourceObjectType () |
| override bool | IsBuilding () |
| override bool | IsBuilding () |
| override bool | IsFuelStation () |
| override bool | IsWell () |
| void | Land_Misc_Greenhouse () |
| override void | SetActions () |
Private Attributes | |
| const float | CONST_FIRE_TEMP = 1000 |
| maximum value for temperature that will be transfered to player (environment) | |
| const float | PARAM_DRY_MODIFIER = 8.0 |
| const float | PARAM_FULL_HEAT_RADIUS = 5 |
| const float | PARAM_HEAT_RADIUS = 15 |
| const float | PARAM_MAX_TRANSFERED_TEMPERATURE = 25 |
| const float | TIMER_HEATING_UPDATE_INTERVAL = 2 |
Definition at line 1 of file fuelstation.c.
|
inlineprotected |
Definition at line 74 of file bonfire.c.
References g_Game, m_Light, m_ParticleFire, m_ParticleSmoke, m_SoundFireLoop, and m_UTSource.
|
inlineprotected |
Definition at line 23 of file bonfire.c.
References ParticleList::BONFIRE_FIRE, ParticleList::BONFIRE_SMOKE, g_Game, GameConstants::ITEM_TEMPERATURE_NEUTRAL_ZONE_MIDDLE, m_Light, m_ParticleFire, m_ParticleSmoke, m_SoundFireLoop, m_UTSLBonfire, m_UTSource, m_UTSSettings, PARAM_DRY_MODIFIER, PARAM_FULL_HEAT_RADIUS, PARAM_HEAT_RADIUS, PARAM_MAX_TRANSFERED_TEMPERATURE, ParticleManager(), TIMER_HEATING_UPDATE_INTERVAL, and Vector().
|
inlineprivate |
Definition at line 18 of file fuelstation.c.
References LIQUID_GASOLINE.
|
inlineprivate |
Definition at line 23 of file well.c.
References LIQUID_CLEANWATER.
|
inlineprivate |
Definition at line 13 of file fuelstation.c.
References LIQUID_THROUGHPUT_FUELSTATION.
|
inlineprivate |
Definition at line 18 of file well.c.
References LIQUID_THROUGHPUT_WELL.
|
inlineprivate |
|
inlineprivate |
Definition at line 3 of file fuelstation.c.
|
inlineprivate |
Definition at line 8 of file fuelstation.c.
|
inlineprivate |
Definition at line 8 of file well.c.
References GetWaterSourceObjectType().
|
inlineprivate |
Definition at line 3 of file land_misc_greenhouse.c.
|
inlineprivate |
Definition at line 28 of file well.c.
References ActionDrinkWellContinuous(), ActionWashHandsWell(), and AddAction().
|
private |
|
protected |
Definition at line 10 of file bonfire.c.
Referenced by EEDelete(), and EEInit().
|
protected |
Definition at line 11 of file bonfire.c.
Referenced by EEDelete(), and EEInit().
|
protected |
Definition at line 12 of file bonfire.c.
Referenced by EEDelete(), and EEInit().
|
protected |
Definition at line 13 of file bonfire.c.
Referenced by EEDelete(), and EEInit().
|
protected |
|
protected |
|
protected |
|
private |
|
private |
|
private |
|
private |
|
private |