Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseTransceiver.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
BaseTransceiver
:
ScriptAndConfig
13
{
14
proto external
int
GetFrequency();
19
proto external
int
GetMinFrequency();
24
proto external
int
GetMaxFrequency();
29
proto external
void
SetFrequency(
int
freq);
34
proto external
int
GetFrequencyResolution();
38
proto external
bool
IsMuted();
42
proto external
bool
SetMuteState(
bool
state);
47
proto external
float
GetRange
();
53
proto external
void
SetRange(
float
range);
54
proto external BaseRadioComponent GetRadio();
56
proto external
void
BeginTransmission(
BaseRadioMessage
message);
58
proto external
void
BeginTransmissionFreq(
BaseRadioMessage
message,
int
frequency);
59
}
60
GetRange
float GetRange()
Definition
SCR_BaseSupportStationComponent.c:771
BaseRadioMessage
Definition
BaseRadioMessage.c:13
BaseTransceiver
Definition
BaseTransceiver.c:13
ScriptAndConfig
Definition
Types.c:124
scripts
Game
generated
Radio
BaseTransceiver.c
Generated by
1.17.0