![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | AddMember (AIAgent agent) |
| void | RemoveMember (AIAgent agent) |
| void | RemoveMember (int id, out AIAgent outAgent) |
| AIAgent | GetMember (int id) |
| IEntity | GetFirstMemberEntity () |
| void | GetMembers (notnull array< AIAgent > outAgents) |
| void | MoveMembersFrom (notnull SCR_AIGroupFireteam otherFt, int count) |
| Moves 'count' members from other fireteam to this one. | |
| bool | HasMember (AIAgent agent) |
| int | GetMemberCount () |
| void | Internal_OnLockDestroyed () |
| Don't ever try to free a fireteam yourself, use SCR_AIGroupFireteamLock instead. | |
| bool | IsLocked () |
| SCR_AIGroupFireteamLock | TryLock () |
Protected Attributes | |
| ref array< AIAgent > | m_aAgents = {} |
| bool | m_bLocked = false |
Fireteam base class Fireteam is like a collection of agents in a group
Definition at line 3 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 10 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 43 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 34 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 96 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 58 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 90 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Don't ever try to free a fireteam yourself, use SCR_AIGroupFireteamLock instead.
Definition at line 103 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 112 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Moves 'count' members from other fireteam to this one.
Definition at line 67 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 17 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Definition at line 26 of file SCR_AIGroupFireteam.c.
|
inlineprotected |
Tries to lock the fireteam, on success returns the Lock object. Store the returned Lock object as strong reference.
Definition at line 120 of file SCR_AIGroupFireteam.c.
|
protected |
Definition at line 5 of file SCR_AIGroupFireteam.c.
|
protected |
Definition at line 7 of file SCR_AIGroupFireteam.c.