Skip to content

Vote Events

Info

This is an Unofficial and fan-made project. Please refrain from seeking support from Riot or Valorant.

OnVoteDeclared

This event is fired when a vote is called

C#
1
bool OnVoteDeclared;
Event Return Type Example Return Value
bool (Always true) true

OnVoteInvoked

This event is fired when you choose Yes or No.

C#
1
bool OnVoteInvoked;
Event Return Type Example Return Value
bool (true for 'yes', false for 'no') false

OnSurrenderCalled

This event is fired a surrender is called

C#
1
bool OnSurrenderCalled;
Event Return Type Example Return Value

OnTimeoutCalled

This event is fired a timeout is called

C#
1
bool OnTimeoutCalled;
Event Return Type Example Return Value

OnRemakeCalled

This event is fired a remake is called

C#
1
bool OnRemakeCalled;
Event Return Type Example Return Value