Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
land_misc_firebarrel_colorbase.c
Go to the documentation of this file.
1
class
Land_Misc_FireBarrel_ColorBase
:
BuildingWithFireplace
2
{
3
override
string
GetFireplaceType
(
int
firePointIndex)
4
{
5
return
"FireplaceFireBarrel"
;
6
}
7
}
8
9
class
Land_Misc_FireBarrel_Green :
Land_Misc_FireBarrel_ColorBase
{}
10
class
Land_Misc_FireBarrel_Red :
Land_Misc_FireBarrel_ColorBase
{}
11
class
Land_Misc_FireBarrel_Yellow :
Land_Misc_FireBarrel_ColorBase
{}
12
class
Land_Misc_FireBarrel_Blue :
Land_Misc_FireBarrel_ColorBase
{}
BuildingWithFireplace::BuildingWithFireplace
void BuildingWithFireplace()
Definition
buildingwithfireplace.c:3
Land_Misc_FireBarrel_ColorBase
Definition
land_misc_firebarrel_colorbase.c:2
Land_Misc_FireBarrel_ColorBase::GetFireplaceType
override string GetFireplaceType(int firePointIndex)
Definition
land_misc_firebarrel_colorbase.c:3
Games
Dayz
scripts
4_world
entities
itembase
fireplacebase
land_misc_firebarrel_colorbase.c
Generated by
1.17.0