Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
broom_birch.c
Go to the documentation of this file.
2{
3 override string GetBurningMaterial()
4 {
5 return "DZ\\gear\\tools\\data\\broom_birch_emissive.rvmat";
6 }
7
8 override string GetBurntMaterial()
9 {
10 return "DZ\\gear\\tools\\data\\broom_birch_burn.rvmat";
11 }
12};
string GetBurningMaterial()
Definition torch.c:803
string GetBurntMaterial()
Definition torch.c:808