![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetPlayerCallsignIndexes (int company, int platoon, int squad, int character, ERoleCallsign role) |
| bool | GetPlayerCallsignIndexes (out int company, out int platoon, out int squad, out int character, out ERoleCallsign role) |
Protected Attributes | |
| int | m_iCompanyIndex = -1 |
| int | m_iPlatoonIndex = -1 |
| int | m_iSquadIndex = -1 |
| int | m_iCharacterNumber = -1 |
| ERoleCallsign | m_eCharacterRole = ERoleCallsign.NONE |
Callsign Info. used for Company, Platoon and Squad. It currently holds the callsign name
Definition at line 4 of file SCR_PlayerCallsignData.c.
|
inlineprotected |
Returns player callsigns
| [out] | companyIndex | assigned |
| [out] | platoonIndex | assigned |
| [out] | squadIndex | assigned |
| [out] | character | assigned |
| [out] | role | assigned |
Definition at line 39 of file SCR_PlayerCallsignData.c.
|
inlineprotected |
Returns player callsigns
| [out] | companyIndex | assigned |
| [out] | platoonIndex | assigned |
| [out] | squadIndex | assigned |
| [out] | character | assigned |
| [out] | role | assigned |
Definition at line 21 of file SCR_PlayerCallsignData.c.
|
protected |
Definition at line 10 of file SCR_PlayerCallsignData.c.
|
protected |
Definition at line 9 of file SCR_PlayerCallsignData.c.
|
protected |
Definition at line 6 of file SCR_PlayerCallsignData.c.
|
protected |
Definition at line 7 of file SCR_PlayerCallsignData.c.
|
protected |
Definition at line 8 of file SCR_PlayerCallsignData.c.