-
Notifications
You must be signed in to change notification settings - Fork 7
DO RMC Calls
Michał Kapała edited this page Sep 4, 2025
·
6 revisions
These calls are done over DO packets with RMC Call messages.
Some basic methods like RootDO
's AddDuplicaLocation
are defined by OSDK library and shared across games, other like AskForSettingPlayerParameters
are engine- or game-specific.
ID | DO class | Method |
---|---|---|
1 | RootDO | AddDuplicaLocation |
2 | RootDO | DeleteDuplica |
3 | RootDO | RemoveFromCachedDuplicationSet |
4 | SessionClock | AdjustTime |
5 | SessionClock | SyncRequest |
6 | SessionClock | SyncResponse |
7 | SES_cl_Player_NetZ | AskForSettingPlayerParameters |
8 | SES_cl_Player_NetZ | AskForSettingPlayerState |
9 | SES_cl_Player_NetZ | SetPlayerParameters |
10 | SES_cl_Player_NetZ | SetPlayerState |
11 | SES_cl_RDVInfo_NetZ | SetPlayerIdentity |
12 | SES_cl_RDVInfo_NetZ | SetPlayerRDVInfo |
13 | SES_cl_SessionInfos | AskForSettingSessionParameters |
14 | SES_cl_SessionInfos | Disconnect |
15 | SES_cl_SessionInfos | IncreasePlayerNb |
16 | SES_cl_SessionInfos | OnEndMatch |
17 | SES_cl_SessionInfos | OnStartMatch |
18 | SES_cl_SessionInfos | PlayVoiceChat |
19 | SES_cl_SessionInfos | PlayVoiceChatWithMutedPlayers |
20 | SES_cl_SessionInfos | UpdateSessionHostAfterMigration |
21 | IDGenerator | RequestIDRangeFromMaster |
22 | PromotionReferee | ConfirmElection |
23 | PromotionReferee | DeclinePromotion |
24 | PromotionReferee | ElectNewMaster |
25 | Session | KickOut |
26 | Session | ReportFault |
27 | Session | RetrieveURLs |
28 | Session | SynchronizeTermination |
29 | Station | SignalAsFaulty |
30 | NET_MessageBroker | ProcessMessage |
31 | NET_MessageBroker | RouteMessage |