DayZ 1.24
Loading...
Searching...
No Matches
TransmitterBase Class Reference

Private Member Functions

void BaseRadio ()
 
void PersonalRadio ()
 
override void OnDebugSpawn ()
 

Detailed Description

Definition at line 1 of file BaseRadio.c.

Member Function Documentation

◆ BaseRadio()

void TransmitterBase::BaseRadio ( )
inlineprivate

Definition at line 3 of file BaseRadio.c.

4 {
5 SOUND_RADIO_TURNED_ON = "baseradio_staticnoise_SoundSet";
6 }

◆ OnDebugSpawn()

override void TransmitterBase::OnDebugSpawn ( )
inlineprivate

Definition at line 8 of file PersonalRadio.c.

9 {
10 GetInventory().CreateInInventory("Battery9V");
11 }

◆ PersonalRadio()

void TransmitterBase::PersonalRadio ( )
inlineprivate

Definition at line 3 of file PersonalRadio.c.

4 {
5 SOUND_RADIO_TURNED_ON = "personalradio_staticnoise_SoundSet";
6 }

The documentation for this class was generated from the following files: