Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseRadioComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
BaseRadioComponentClass
:
GameComponentClass
13
{
14
}
15
16
class
BaseRadioComponent:
GameComponent
17
{
21
proto external IEntity
GetOwner
();
23
proto external
int
TransceiversCount
();
25
proto external
BaseTransceiver
GetTransceiver
(
int
idx);
29
proto external
void
SetEncryptionKey
(
string
key);
33
proto external
string
GetEncryptionKey
();
37
proto external
void
SetPower
(
bool
powered);
41
proto external
bool
IsPowered
();
42
}
43
SetPower
proto external void SetPower(bool powered)
BaseRadioComponentClass
Definition:
BaseRadioComponent.c:12
GameComponentClass
Definition:
GameComponentClass.c:7
GetTransceiver
proto external BaseTransceiver GetTransceiver(int idx)
BaseTransceiver
Definition:
BaseTransceiver.c:12
GetOwner
IEntity GetOwner()
Owner entity of the fuel tank.
Definition:
SCR_FuelNode.c:128
SetEncryptionKey
proto external void SetEncryptionKey(string key)
GetEncryptionKey
proto external string GetEncryptionKey()
IsPowered
proto external bool IsPowered()
TransceiversCount
proto external int TransceiversCount()
GameComponent
Definition:
GameComponent.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Components
BaseRadioComponent.c
Generated by
1.8.17