Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_XPRewardInfo Interface Reference

Config template for XP rewards. More...

Public Member Functions

SCR_EXPRewards GetRewardID ()
 
string GetRewardName ()
 
int GetRewardXP ()
 
bool AllowNotification ()
 

Protected Attributes

SCR_EXPRewards m_eRewardID
 
string m_sRewardName
 
int m_iRewardXP
 
bool m_bAllowNotification
 

Detailed Description

Config template for XP rewards.

Member Function Documentation

◆ AllowNotification()

bool SCR_XPRewardInfo.AllowNotification ( )

◆ GetRewardID()

SCR_EXPRewards SCR_XPRewardInfo.GetRewardID ( )

◆ GetRewardName()

string SCR_XPRewardInfo.GetRewardName ( )

◆ GetRewardXP()

int SCR_XPRewardInfo.GetRewardXP ( )

Member Data Documentation

◆ m_bAllowNotification

bool SCR_XPRewardInfo.m_bAllowNotification
protected

◆ m_eRewardID

SCR_EXPRewards SCR_XPRewardInfo.m_eRewardID
protected

◆ m_iRewardXP

int SCR_XPRewardInfo.m_iRewardXP
protected

◆ m_sRewardName

string SCR_XPRewardInfo.m_sRewardName
protected

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