Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
}
FireplaceFireBarrel::IsBaseFireplace
override bool IsBaseFireplace()
Definition
fireplacefirebarrel.c:13
FireplaceFireBarrel::FireplaceFireBarrel
void FireplaceFireBarrel()
Definition
fireplacefirebarrel.c:3
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
GameConstants::ITEM_TEMPERATURE_NEUTRAL_ZONE_MIDDLE
static const float ITEM_TEMPERATURE_NEUTRAL_ZONE_MIDDLE
Definition
constants.c:811
Games
Dayz
scripts
4_world
entities
itembase
fireplacebase
fireplacefirebarrel.c
Generated by
1.17.0