![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AIGroupFireteamLock (SCR_AIGroupFireteam ft) |
| void | ~SCR_AIGroupFireteamLock () |
| SCR_AIGroupFireteam | GetFireteam () |
Static Protected Member Functions | |
| static int | FindFireteamLock (notnull TFireteamLockRefArray locksArray, SCR_AIGroupFireteam ft) |
| Helper functions to manipulate fireteam locks in arrays. | |
| static int | FindFireteamLock (notnull TFireteamLockArray locksArray, SCR_AIGroupFireteam ft) |
| static int | FindFireteamLock (notnull TFireteamLockRefArray locksArray, SCR_AIGroupFireteamLock ft) |
| static int | FindFireteamLock (notnull TFireteamLockArray locksArray, SCR_AIGroupFireteamLock ft) |
| static bool | RemoveFireteamLock (TFireteamLockRefArray locksArray, SCR_AIGroupFireteam ft) |
| static bool | RemoveFireteamLock (TFireteamLockArray locksArray, SCR_AIGroupFireteam ft) |
| static void | TryLockFireteams (notnull array< SCR_AIGroupFireteam > fireteams, notnull TFireteamLockRefArray locks, bool clearLockArray) |
| Tries to lock all fireteams, returns a new array of locks for those fireteams it was able to lock. | |
| static TFireteamLockRefArray | CopyLockArray (TFireteamLockRefArray other) |
| Creates a copy of locks array. | |
Protected Attributes | |
| ref SCR_AIGroupFireteam | m_Fireteam |
Definition at line 9 of file SCR_AIGroupFireteamLock.c.
|
inlineprotected |
Definition at line 14 of file SCR_AIGroupFireteamLock.c.
|
inlineprotected |
Definition at line 20 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Creates a copy of locks array.
Definition at line 121 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Definition at line 49 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Definition at line 71 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Helper functions to manipulate fireteam locks in arrays.
Returns ID of fireteam lock which references the passed fireteam Two functions, for TFireteamLockRefArray and TFireteamLockArray
Definition at line 40 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Returns ID of fireteam lock Two functions, for TFireteamLockRefArray and TFireteamLockArray
Definition at line 62 of file SCR_AIGroupFireteamLock.c.
|
inlineprotected |
Definition at line 27 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Definition at line 94 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Removes fireteam lock which references the passed fireteam Returns true if the fireteam lock was found Two functions, for TFireteamLockRefArray and TFireteamLockArray
Definition at line 85 of file SCR_AIGroupFireteamLock.c.
|
inlinestaticprotected |
Tries to lock all fireteams, returns a new array of locks for those fireteams it was able to lock.
Definition at line 106 of file SCR_AIGroupFireteamLock.c.
|
protected |
Definition at line 11 of file SCR_AIGroupFireteamLock.c.