Arma Reforger Script API
|
Public Member Functions | |
FactionKey | GetFactionKey () |
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 | |
ResourceName | GetLoadoutResource () |
string | GetLoadoutName () |
ResourceName | GetLoadoutImageResource () |
bool | IsLoadoutAvailable (int playerId) |
bool | IsLoadoutAvailableClient () |
void | OnLoadoutSpawned (GenericEntity pOwner, int playerId) |
Public Attributes | |
string | m_sAffiliatedFaction |
Public Attributes inherited from SCR_PlayerLoadout | |
string | m_sLoadoutName |
ResourceName | m_sLoadoutResource |
ResourceName | m_sLoadoutImage |
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 |