PreGameEndpoints
Access via: initiator.Endpoints.PreGameEndpoints
FetchPreGamePlayerAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
PreGamePlayer? |
true | PreGamePlayer? |
Full code method:
| C# | |
|---|---|
1 | |
FetchPreGameMatchId
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
string? |
true | string? |
Full code method:
| C# | |
|---|---|
1 | |
FetchPreGameMatchAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
PreGameMatch? |
true | PreGameMatch? |
Full code method:
| C# | |
|---|---|
1 | |
FetchPreGameLoadoutAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
GameLoadout? |
true | GameLoadout? |
Full code method:
| C# | |
|---|---|
1 | |
SelectCharacterAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
ValorantTables.Agent |
agent | false |
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
PreGameMatch? |
true | PreGameMatch? |
Full code method:
| C# | |
|---|---|
1 | |
LockCharacterAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
ValorantTables.Agent |
agent | false |
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
PreGameMatch? |
true | PreGameMatch? |
Full code method:
| C# | |
|---|---|
1 | |
QuitGameAsync
Parameters:
| Type | Parameter | Nullable |
|---|---|---|
Return Value:
| Return Type | Nullable | Docs Source |
|---|---|---|
Full code method:
| C# | |
|---|---|
1 | |