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