Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptedFaction.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
override void Init()