Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
RadioManagerEntity.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class RadioManagerEntityClass: GenericEntityClass
13 {
14 }
15 
16 class RadioManagerEntity: GenericEntity
17 {
24  proto external int GetTransceiversInRange(vector position, float range, out notnull array<BaseTransceiver> tsvList);
25 }
26 
RadioManagerEntityClass
Definition: RadioManagerEntity.c:12
GetTransceiversInRange
RadioManagerEntityClass GenericEntityClass GetTransceiversInRange(vector position, float range, out notnull array< BaseTransceiver > tsvList)
GenericEntity
SCR_GenericBoxEntityClass GenericEntity
position
vector position
Definition: SCR_DestructibleTreeV2.c:30