|
Arma Reforger Script API
|
Config template for XP rewards. More...
Public Member Functions | |
| 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 | |
| SCR_EXPRewards | m_eRewardID |
| string | m_sRewardName |
| int | m_iRewardXP |
| bool | m_bAllowNotification |
| bool | m_bUseRewardCooldown |
| float | m_fRewardCooldown |
Config template for XP rewards.
| bool SCR_XPRewardInfo.AllowNotification | ( | ) |
| bool SCR_XPRewardInfo.CanUseRewardCooldown | ( | ) |
return true if player can use cooldown for this reward type
| float SCR_XPRewardInfo.GetRewardCooldown | ( | ) |
return reward cooldown [s]
| SCR_EXPRewards SCR_XPRewardInfo.GetRewardID | ( | ) |
| string SCR_XPRewardInfo.GetRewardName | ( | ) |
| int SCR_XPRewardInfo.GetRewardXP | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |