Skip to content

C#10 (SetVote)

CrazyPhoenix edited this page Apr 23, 2018 · 1 revision

The C#10 message is sent by the client whenever the user changes their voting selection.

Player voted;

voted is the player the user attempted to vote.

The server should respond with a S#103 (UserVoted), a S#104 (UserCanceledVote), or a S#105 (UserChangedVote) if the vote was successfully changed.

Clone this wiki locally