Difference between revisions of "TOnVoteKickStartEvent"
Line 3: | Line 3: | ||
==Declaration== | ==Declaration== | ||
− | function (Player, Victim: | + | function (Player, Victim: [[TActivePlayer]]; Reason: string): Boolean; |
Player: player starting a vote | Player: player starting a vote | ||
Victim: player that is being voted | Victim: player that is being voted |
Latest revision as of 10:47, 31 July 2013
Description
Type used by TActivePlayer.OnVoteKickStart as an event handler type.
Declaration
function (Player, Victim: TActivePlayer; Reason: string): Boolean; Player: player starting a vote Victim: player that is being voted Reason: reasoning behind the voting Result: if TRUE, the vote won't be started