Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
personalradio.c
Go to the documentation of this file.
1 class PersonalRadio extends TransmitterBase
2 {
3  void PersonalRadio()
4  {
5  SOUND_RADIO_TURNED_ON = "personalradio_staticnoise_SoundSet";
6  }
7 
8  override void OnDebugSpawn()
9  {
10  GetInventory().CreateInInventory("Battery9V");
11  }
12 }
OnDebugSpawn
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn
Definition: hatchback_02.c:404
TransmitterBase
Definition: baseradio.c:1