Home docs nex protocols Debug (116)
Post

Debug (116)

This protocol seems to log your RMC requests.

Methods

Method IDMethod Name
1EnableApiRecorder
2DisableApiRecorder
3IsApiRecorderEnabled
4GetApiCalls
5SetExcludeJoinedMatchmakeSession
6GetExcludeJoinedMatchmakeSession
7GetApiCallSummary

(1) EnableApiRecorder

This method does not take any parameters and does not return anything.

(2) DisableApiRecorder

This method does not take any parameters and does not return anything.

(3) IsApiRecorderEnabled

Request

This method does not take any parameters.

Response

TypeDescription
BoolTrue if the api recorder is enabled

(4) GetApiCalls

This method returns RendezVous::InvalidConfiguration if the api recorder is disabled.

Request

TypeDescription
List<PID>Pids
DateTimeUnknown
DateTimeUnknown

Response

TypeDescription
List<ApiCall>Api calls

Types

ApiCall (Structure)

TypeDescription
StringMethod name
DateTimeCall time
PIDUser id
Contents