|
Arma Reforger Script API
|
Public Member Functions | |
| FactionKey | GetFactionKey () |
| ResourceName | GetDefaultLoadoutResource () |
| override void | OnLoadoutSpawned (GenericEntity pOwner, int playerId) |
Public Member Functions inherited from SCR_PlayerLoadout | |
| override ResourceName | GetLoadoutResource () |
| override ResourceName | GetLoadoutImageResource () |
| override string | GetLoadoutName () |
Public Member Functions inherited from SCR_BasePlayerLoadout | |
| bool | IsLoadoutAvailable (int playerId) |
| bool | IsLoadoutAvailableClient () |
Public Attributes | |
| string | m_sAffiliatedFaction |
Public Attributes inherited from SCR_PlayerLoadout | |
| string | m_sLoadoutName |
| ResourceName | m_sLoadoutResource |
| ResourceName | m_sLoadoutImage |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_BasePlayerLoadout | |
| static SCR_ECharacterRank | GetLoadoutRequiredRank (notnull SCR_BasePlayerLoadout loadout, int playerId) |
| ResourceName SCR_FactionPlayerLoadout.GetDefaultLoadoutResource | ( | ) |
| FactionKey SCR_FactionPlayerLoadout.GetFactionKey | ( | ) |
| override void SCR_FactionPlayerLoadout.OnLoadoutSpawned | ( | GenericEntity | pOwner, |
| int | playerId ) |
| [in] | pOwner | |
| [in] | playerId |
Implements SCR_BasePlayerLoadout.
Implemented in SCR_PlayerArsenalLoadout.
| string SCR_FactionPlayerLoadout.m_sAffiliatedFaction |