Definition at line 1 of file BaseRadio.c.
◆ BaseRadio()
void TransmitterBase::BaseRadio |
( |
| ) |
|
|
inlineprivate |
Definition at line 3 of file BaseRadio.c.
4 {
5 SOUND_RADIO_TURNED_ON = "baseradio_staticnoise_SoundSet";
6 }
◆ OnDebugSpawn()
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: