Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ScriptedFaction.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
ScriptedFaction
:
Faction
13
{
15
event
void
Init(IEntity owner);
16
/*
17
Override this method in inherited class to define faction friendliness.
18
Disclaimer: Method can be called very often, especially by AI.
19
Queries should be ideally cached and made as fast as possible, so performance is not hindered much.
20
*/
21
event
bool
DoCheckIfFactionFriendly(
Faction
faction);
22
}
23
ScriptedFaction
Definition:
ScriptedFaction.c:12
Faction
Definition:
Faction.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Faction
ScriptedFaction.c
Generated by
1.8.17