Skip to content

Round Events

Info

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

OnRoundStarted

This event is fired when a round is started

C#
1
int OnRoundStarted;
Event Return Type Example Return Value
int(Round Starting Number) 15

OnRoundEnded

This event is fired when a round has ended

C#
1
int OnRoundEnded;
Event Return Type Example Return Value
int(Round Ending Number) 15