![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | IsAvailable (int value, bool isOngoing) |
| override int | GetPlayerCount () |
| override bool | CanSendNotification (int value) |
| override void | OnVotingEnd (int value=DEFAULT_VALUE, int winner=DEFAULT_VALUE) |
| override void | InitFromTemplate (SCR_VotingBase template, int startingPlayerID, int value, float remainingDuration) |
| void | OnPlayerRemoved (SCR_AIGroup aiGroup, int playerId) |
| void | OnLeaderChanged (int groupId, int playerId) |
Protected Attributes | |
| SCR_AIGroup | m_Group |
Definition at line 2 of file SCR_VotingGroupLeader.c.
Definition at line 48 of file SCR_VotingGroupLeader.c.
|
inlineprotected |
Definition at line 34 of file SCR_VotingGroupLeader.c.
|
inlineprotected |
Definition at line 93 of file SCR_VotingGroupLeader.c.
Definition at line 7 of file SCR_VotingGroupLeader.c.
Group leader changed, end the voting if the new group leader is the subject of the vote
| [in] | groupId | |
| [in] | playerId |
Definition at line 128 of file SCR_VotingGroupLeader.c.
|
inlineprotected |
Player removed from group, end the voting if removed player was the subject of the vote
| [in] | aiGroup | |
| [in] | playerId |
Definition at line 112 of file SCR_VotingGroupLeader.c.
|
inlineprotected |
Definition at line 67 of file SCR_VotingGroupLeader.c.
|
protected |
Definition at line 4 of file SCR_VotingGroupLeader.c.