Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
fireplacefirebarrel.c
Go to the documentation of this file.
1
class
FireplaceFireBarrel :
FireplaceIndoor
2
{
3
void
FireplaceFireBarrel()
4
{
5
m_UTSSettings
.m_TemperatureItemCap =
GameConstants
.ITEM_TEMPERATURE_NEUTRAL_ZONE_MIDDLE;
6
m_UTSSettings
.m_TemperatureCap = 20;
7
8
m_UnderObjectDecalSpawnSettings
.m_ScaleMax = 0.44;
9
10
m_ThawnSurfaceUnderSupport
=
true
;
11
}
12
13
override
bool
IsBaseFireplace
()
14
{
15
return
true
;
16
}
17
}
FireplaceBase::IsBaseFireplace
override bool IsBaseFireplace()
Definition
barrelholes_colorbase.c:54
FireplaceIndoor::FireplaceIndoor
void FireplaceIndoor()
Definition
fireplaceindoor.c:13
GameConstants
Definition
constants.c:664
m_UTSSettings
ref UniversalTemperatureSourceSettings m_UTSSettings
Definition
fireplacebase.c:221
m_UnderObjectDecalSpawnSettings
ref UnderObjectDecalSpawnSettings m_UnderObjectDecalSpawnSettings
Definition
fireplacebase.c:229
m_ThawnSurfaceUnderSupport
bool m_ThawnSurfaceUnderSupport
size of wetness increment (per FP heating tick) added to overall FP wetness when ignited on wet surfa...
Definition
fireplacebase.c:228
Daten
4_world
entities
itembase
fireplacebase
fireplacefirebarrel.c
Generated by
1.16.1