Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_XPRewardInfo Class Reference

Config template for XP rewards. More...

Inheritance diagram for SCR_XPRewardInfo:
SCR_CommanderAdditionalXPRewardInfo SCR_SeizeXpRewardInfo

Protected 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

Detailed Description

Config template for XP rewards.

Definition at line 4 of file SCR_CampaignXPRewardList.c.

Member Function Documentation

◆ AllowNotification()

bool SCR_XPRewardInfo::AllowNotification ( )
inlineprotected

Definition at line 66 of file SCR_CampaignXPRewardList.c.

◆ CanUseRewardCooldown()

bool SCR_XPRewardInfo::CanUseRewardCooldown ( )
inlineprotected

return true if player can use cooldown for this reward type

Definition at line 47 of file SCR_CampaignXPRewardList.c.

◆ GetRewardCooldown()

float SCR_XPRewardInfo::GetRewardCooldown ( )
inlineprotected

return reward cooldown [s]

Definition at line 54 of file SCR_CampaignXPRewardList.c.

◆ GetRewardID()

SCR_EXPRewards SCR_XPRewardInfo::GetRewardID ( )
inlineprotected

Definition at line 28 of file SCR_CampaignXPRewardList.c.

◆ GetRewardName()

string SCR_XPRewardInfo::GetRewardName ( )
inlineprotected

Definition at line 34 of file SCR_CampaignXPRewardList.c.

◆ GetRewardXP()

int SCR_XPRewardInfo::GetRewardXP ( )
inlineprotected

Definition at line 40 of file SCR_CampaignXPRewardList.c.

Member Data Documentation

◆ m_bAllowNotification

bool SCR_XPRewardInfo::m_bAllowNotification
protected

Definition at line 19 of file SCR_CampaignXPRewardList.c.

◆ m_bUseRewardCooldown

bool SCR_XPRewardInfo::m_bUseRewardCooldown
protected

Definition at line 22 of file SCR_CampaignXPRewardList.c.

◆ m_eRewardID

SCR_EXPRewards SCR_XPRewardInfo::m_eRewardID
protected

Definition at line 7 of file SCR_CampaignXPRewardList.c.

◆ m_fRewardCooldown

float SCR_XPRewardInfo::m_fRewardCooldown
protected

Definition at line 25 of file SCR_CampaignXPRewardList.c.

◆ m_iRewardXP

int SCR_XPRewardInfo::m_iRewardXP
protected

Definition at line 16 of file SCR_CampaignXPRewardList.c.

◆ m_sRewardName

string SCR_XPRewardInfo::m_sRewardName
protected

Definition at line 13 of file SCR_CampaignXPRewardList.c.


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