Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_CommanderAdditionalXPRewardInfo Interface Reference
Inheritance diagram for SCR_CommanderAdditionalXPRewardInfo:
SCR_XPRewardInfo

Public Member Functions

float GetRewardXPAmountFraction ()
 
bool IsXPRewardListed (SCR_EXPRewards rewardId)
 
- Public Member Functions inherited from SCR_XPRewardInfo
SCR_EXPRewards GetRewardID ()
 
string GetRewardName ()
 
int GetRewardXP ()
 
bool CanUseRewardCooldown ()
 return true if player can use cooldown for this reward type
 
float GetRewardCooldown ()
 return reward cooldown [s]
 
bool AllowNotification ()
 

Protected Attributes

float m_fRewardXPAmountFraction
 
ref array< SCR_EXPRewards > m_aRewardList
 
- Protected Attributes inherited from SCR_XPRewardInfo
SCR_EXPRewards m_eRewardID
 
string m_sRewardName
 
int m_iRewardXP
 
bool m_bAllowNotification
 
bool m_bUseRewardCooldown
 
float m_fRewardCooldown
 

Member Function Documentation

◆ GetRewardXPAmountFraction()

float SCR_CommanderAdditionalXPRewardInfo.GetRewardXPAmountFraction ( )

◆ IsXPRewardListed()

bool SCR_CommanderAdditionalXPRewardInfo.IsXPRewardListed ( SCR_EXPRewards rewardId)
Parameters
[in]rewardId
Returns
whether the reward list contains the reward or not

Member Data Documentation

◆ m_aRewardList

ref array<SCR_EXPRewards> SCR_CommanderAdditionalXPRewardInfo.m_aRewardList
protected

◆ m_fRewardXPAmountFraction

float SCR_CommanderAdditionalXPRewardInfo.m_fRewardXPAmountFraction
protected

The documentation for this interface was generated from the following file: