Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Faction.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external FactionIdentity GetFactionIdentity();
16 proto external bool IsFactionFriendly(Faction otherFaction);
18 proto external bool IsFactionEnemy(Faction otherFaction);
20 proto external string GetFactionName();
22 proto external FactionKey GetFactionKey();
24 proto ref Color GetFactionColor();
26 proto external UIInfo GetUIInfo();
28 proto external string GetFactionRadioEncryptionKey();
29}
30
string GetFactionName()
FactionKey GetFactionKey()
Definition Color.c:13
UIInfo - allows to define UI elements.
Definition UIInfo.c:14