Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
headtorch_black.c
Go to the documentation of this file.
1 class Headtorch_Black : Headtorch_ColorBase
2 {
3  override void OnLightCreated()
4  {
5  m_Light.SetColorToRed();
6  }
7 
8  override void OnDebugSpawn()
9  {
10  GetInventory().CreateInInventory("Battery9V");
11  }
12 }
m_Light
protected ExplosiveLight m_Light
light
Definition: explosivesbase.c:31
Headtorch_Black
Definition: headtorch_black.c:1