Skip to content

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
PreGamePlayer? FetchPreGamePlayerAsync();

FetchPreGameMatchId

Parameters:

Type Parameter Nullable

Return Value:

Return Type Nullable Docs Source
string? true string?

Full code method:

C#
1
string? FetchPreGameMatchId();

FetchPreGameMatchAsync

Parameters:

Type Parameter Nullable

Return Value:

Return Type Nullable Docs Source
PreGameMatch? true PreGameMatch?

Full code method:

C#
1
PreGameMatch? FetchPreGameMatchAsync();

FetchPreGameLoadoutAsync

Parameters:

Type Parameter Nullable

Return Value:

Return Type Nullable Docs Source
GameLoadout? true GameLoadout?

Full code method:

C#
1
GameLoadout? FetchPreGameLoadoutAsync();

SelectCharacterAsync

Parameters:

Type Parameter Nullable
ValorantTables.Agent agent false

Return Value:

Return Type Nullable Docs Source
PreGameMatch? true PreGameMatch?

Full code method:

C#
1
PreGameMatch? SelectCharacterAsync(ValorantTables.Agent agent);

LockCharacterAsync

Parameters:

Type Parameter Nullable
ValorantTables.Agent agent false

Return Value:

Return Type Nullable Docs Source
PreGameMatch? true PreGameMatch?

Full code method:

C#
1
PreGameMatch? LockCharacterAsync(ValorantTables.Agent agent);

QuitGameAsync

Parameters:

Type Parameter Nullable

Return Value:

Return Type Nullable Docs Source

Full code method:

C#
1
 QuitGameAsync();