GetMenuVoteInfo
Retrieves voting information from MenuAction_VoteEnd.
stock void GetMenuVoteInfo(int param2, int& winningVotes, int& totalVotes)
Parameters
int param2
Second parameter of MenuAction_VoteEnd.
int& winningVotes
Number of votes received by the winning option.
int& totalVotes
Number of total votes received.
Return Value
void