Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FreeForAllFaction.c
Go to the documentation of this file.
1 //------------------------------------------------------------------------------------------------
3 {
4  override bool DoCheckIfFactionFriendly(Faction faction)
5  {
6  return false;
7  }
8 };
Faction
Definition: Faction.c:12
SCR_FreeForAllFaction
Definition: SCR_FreeForAllFaction.c:2
SCR_Faction
Definition: SCR_Faction.c:6