Match Events
Info
This is an Unofficial and fan-made project. Please refrain from seeking support from Riot or Valorant.
OnMapLoaded
This event is fired when the map has loaded on the client end.
C# | |
---|---|
1 |
|
Event Return Type | Example Return Value |
---|---|
string (Internal Map Name) |
Juliett |
Danger
This returns the internal map name, and not the client name.
Internal Map Dictionary
C# | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
Match_Started
This event is fired when the match is started
C# | |
---|---|
1 |
|
Event Return Type | Example Return Value |
---|---|
string |
None |
OnMatchEnded
This event is fired when the match has ended
C# | |
---|---|
1 |
|
Event Return Type | Example Return Value |
---|---|
string (Winning Team) |
Blue OR Red |