Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VotingUIInfo Class Reference
Inheritance diagram for SCR_VotingUIInfo:
SCR_UIInfo

Protected Member Functions

string GetStartVotingName ()
string GetCancelVotingName ()
string GetRevoteName ()
string GetAbstainVoteName ()
string GetStickyNotificationText ()
LocalizedString GetAuthorText ()
ENotification GetVotingStartNotification ()
ENotification GetVotingSucceedNotification ()
ENotification GetVotingFailNotification ()
ENotification GetVotingAlternativeNotification ()
ENotification GetLocalVoteCastNotification ()
ENotification GetLocalVoteAbstainedNotification ()

Protected Attributes

LocalizedString m_sStartVotingName
LocalizedString m_sCancelVotingName
LocalizedString m_sRevoteName
LocalizedString m_sAbstainVoteName
LocalizedString m_sStickyNotificationText
LocalizedString m_sVoteAuthorText
ENotification m_iStartNotificationId
ENotification m_iSucceededNotificationId
ENotification m_iFailedNotificationId
ENotification m_iAlternativeNotificationId
ENotification m_eVoteCastedLocalNotification
ENotification m_eVoteAbstainedLocalNotification

Detailed Description

Definition at line 2 of file SCR_VotingUIInfo.c.

Member Function Documentation

◆ GetAbstainVoteName()

string SCR_VotingUIInfo::GetAbstainVoteName ( )
inlineprotected
Returns
Name used when abstaining voting

Definition at line 72 of file SCR_VotingUIInfo.c.

◆ GetAuthorText()

LocalizedString SCR_VotingUIInfo::GetAuthorText ( )
inlineprotected
Returns
text that is meant to filled with the name of the author after translation

Definition at line 91 of file SCR_VotingUIInfo.c.

◆ GetCancelVotingName()

string SCR_VotingUIInfo::GetCancelVotingName ( )
inlineprotected
Returns
Name used when withdrawing a vote.

Definition at line 52 of file SCR_VotingUIInfo.c.

◆ GetLocalVoteAbstainedNotification()

ENotification SCR_VotingUIInfo::GetLocalVoteAbstainedNotification ( )
inlineprotected

Get Local Vote notification ID which is send to the Notification Component to show the specific notification when a player locally abstains from voting

Returns
Notification ID

Definition at line 139 of file SCR_VotingUIInfo.c.

◆ GetLocalVoteCastNotification()

ENotification SCR_VotingUIInfo::GetLocalVoteCastNotification ( )
inlineprotected

Get Local Vote notification ID which is send to the Notification Component to show the specific notification when a player locally casts a vote

Returns
Notification ID

Definition at line 131 of file SCR_VotingUIInfo.c.

◆ GetRevoteName()

string SCR_VotingUIInfo::GetRevoteName ( )
inlineprotected
Returns
Name used when abstaining voting

Definition at line 62 of file SCR_VotingUIInfo.c.

◆ GetStartVotingName()

string SCR_VotingUIInfo::GetStartVotingName ( )
inlineprotected
Returns
Name used when starting a new vote.

Definition at line 42 of file SCR_VotingUIInfo.c.

◆ GetStickyNotificationText()

string SCR_VotingUIInfo::GetStickyNotificationText ( )
inlineprotected

Get sticky notification text shown in the notification log when the specific voting type is active.

Returns
string stricky notification text

Definition at line 83 of file SCR_VotingUIInfo.c.

◆ GetVotingAlternativeNotification()

ENotification SCR_VotingUIInfo::GetVotingAlternativeNotification ( )
inlineprotected
Returns
ENotification notification ID that is meant to be used for alternative resolution of the vote

Definition at line 123 of file SCR_VotingUIInfo.c.

◆ GetVotingFailNotification()

ENotification SCR_VotingUIInfo::GetVotingFailNotification ( )
inlineprotected

Get Fail notification ID which is send to the Notification Component to show the specific notification when voting ends and fails

Returns
ENotification Notification ID of failed voting

Definition at line 115 of file SCR_VotingUIInfo.c.

◆ GetVotingStartNotification()

ENotification SCR_VotingUIInfo::GetVotingStartNotification ( )
inlineprotected

Get Start notification ID which is send to the Notification Component to show the specific notification when the voting starts

Returns
ENotification Notification ID of Start voting

Definition at line 99 of file SCR_VotingUIInfo.c.

◆ GetVotingSucceedNotification()

ENotification SCR_VotingUIInfo::GetVotingSucceedNotification ( )
inlineprotected

Get Succeed notification ID which is send to the Notification Component to show the specific notification when voting ends and succeeds

Returns
ENotification Notification ID of successful voting

Definition at line 107 of file SCR_VotingUIInfo.c.

Member Data Documentation

◆ m_eVoteAbstainedLocalNotification

ENotification SCR_VotingUIInfo::m_eVoteAbstainedLocalNotification
protected

Definition at line 38 of file SCR_VotingUIInfo.c.

◆ m_eVoteCastedLocalNotification

ENotification SCR_VotingUIInfo::m_eVoteCastedLocalNotification
protected

Definition at line 35 of file SCR_VotingUIInfo.c.

◆ m_iAlternativeNotificationId

ENotification SCR_VotingUIInfo::m_iAlternativeNotificationId
protected

Definition at line 32 of file SCR_VotingUIInfo.c.

◆ m_iFailedNotificationId

ENotification SCR_VotingUIInfo::m_iFailedNotificationId
protected

Definition at line 29 of file SCR_VotingUIInfo.c.

◆ m_iStartNotificationId

ENotification SCR_VotingUIInfo::m_iStartNotificationId
protected

Definition at line 23 of file SCR_VotingUIInfo.c.

◆ m_iSucceededNotificationId

ENotification SCR_VotingUIInfo::m_iSucceededNotificationId
protected

Definition at line 26 of file SCR_VotingUIInfo.c.

◆ m_sAbstainVoteName

LocalizedString SCR_VotingUIInfo::m_sAbstainVoteName
protected

Definition at line 14 of file SCR_VotingUIInfo.c.

◆ m_sCancelVotingName

LocalizedString SCR_VotingUIInfo::m_sCancelVotingName
protected

Definition at line 8 of file SCR_VotingUIInfo.c.

◆ m_sRevoteName

LocalizedString SCR_VotingUIInfo::m_sRevoteName
protected

Definition at line 11 of file SCR_VotingUIInfo.c.

◆ m_sStartVotingName

LocalizedString SCR_VotingUIInfo::m_sStartVotingName
protected

Definition at line 5 of file SCR_VotingUIInfo.c.

◆ m_sStickyNotificationText

LocalizedString SCR_VotingUIInfo::m_sStickyNotificationText
protected

Definition at line 17 of file SCR_VotingUIInfo.c.

◆ m_sVoteAuthorText

LocalizedString SCR_VotingUIInfo::m_sVoteAuthorText
protected

Definition at line 20 of file SCR_VotingUIInfo.c.


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