Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AudioSourceConfig.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 static const int AS_Static = 1;
15 static const int AS_TerminateOnDestroy = 2;
16 static const int AS_Distance = 4;
17 static const int AS_Obstruction = 8;
18 static const int AS_InteriorValues = 16;
19 static const int AS_BoundingVolume = 32;
20
21 proto external void SetResource(string resourceName);
22 proto external void SetEvent(string eventName);
23 proto external void SetOffset(vector offset);
24 proto external void SetFlags(int flags);
25}
26
SCR_EAIThreatSectorFlags flags
ResourceName resourceName
Definition SCR_AIGroup.c:66