![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| Init Platoon creating all the squads within param factionCallsignInfo specific callsign info for faction *void | Init (SCR_FactionCallsignInfo factionCallsignInfo) |
| Gets a squad index randomly from availible callsigns return int squad index *int | GetRandomSquad () |
| int | GetFirstAvailibleSquad () |
| Adds callsign back to availible callsign pool param squad index *void | AddSquad (int squadIndex) |
| Removes callsign from availible callsign pool param squad index *bool | RemoveSquad (int squadIndex) |
Protected Attributes | |
| ref array< int > | m_mSquadCallsigns = new array<int> |
| Init Platoon | data |
For each platoon, holds availible squads
Definition at line 4 of file SCR_CallsignPlatoonData.c.
|
inlineprotected |
Definition at line 57 of file SCR_CallsignPlatoonData.c.
|
inlineprotected |
Goes through all availible squads gets the first availible. Meaning if squad 1 is taken it will get 2 next not 3.
Definition at line 39 of file SCR_CallsignPlatoonData.c.
|
inlineprotected |
Definition at line 30 of file SCR_CallsignPlatoonData.c.
|
inlineprotected |
Definition at line 13 of file SCR_CallsignPlatoonData.c.
|
inlineprotected |
Definition at line 68 of file SCR_CallsignPlatoonData.c.
|
protected |
Definition at line 10 of file SCR_CallsignPlatoonData.c.
Definition at line 6 of file SCR_CallsignPlatoonData.c.