Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_AIDecoTestIsLeader.c
Go to the documentation of this file.
1
class
SCR_AIDecoTestIsLeader
:
DecoratorTestScripted
2
{
3
override
protected
bool
TestFunction
(AIAgent agent,
IEntity
controlled)
4
{
5
AIGroup group = agent.GetParentGroup();
6
7
if
(!group)
8
return
false
;
9
10
return
group.GetLeaderAgent() == agent;
11
}
12
};
DecoratorTestScripted
Definition
DecoratorTestScripted.c:13
IEntity
Definition
IEntity.c:13
SCR_AIDecoTestIsLeader
Definition
SCR_AIDecoTestIsLeader.c:2
SCR_AIDecoTestIsLeader::TestFunction
bool TestFunction(AIAgent agent, IEntity controlled)
Definition
SCR_AIDecoTestIsLeader.c:3
scripts
Game
AI
ScriptedNodes
Soldier
SCR_AIDecoTestIsLeader.c
Generated by
1.17.0