void |
DoProposeEnact(ResolutionType iResolution, PlayerID iPlayer, opt int iChoice) |
Proposes to enact a resolution at the world congress, if valid. iChoice is related to resolutions such as spheres of influence, open doors, sanction, etc. |
void |
DoProposeRepeal(ResolutionType iResolution, PlayerID iPlayer) |
Proposes to repeal a resolution at the world congress, if valid. |
void |
DoVoteAbstain(PlayerID iPlayer, int iNumVotes) |
The specified player will abstain the specified number of votes, if valid. |
void |
DoVoteEnact(int iProposal, PlayerID iPlayer, int iNumVotes, int iChoice) |
The specified player votes to enact the proposal, if valid. iChoice is related to resolutions such as spheres of influence, open doors, sanction, etc. |
void |
DoVoteRepeal(int iProposal, PlayerID iPlayer, int iNumVotes, int iChoice) |
The specified player votes to repeal the proposal, if valid. iChoice is related to resolutions such as spheres of influence, open doors, sanction, etc. |