-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Loadout Service
michal-kapala edited this page Apr 11, 2024
·
1 revision
Custom RMC service for loadout management and request caching.
| Method ID | Method Name |
|---|---|
| 1 | ENDECFetch |
| 2 | CACHESign |
| 3 | CACHEFetch |
| 4 | SetLoadoutPower |
| 5 | GetLoadoutPowers |
| 6 | GetLoadoutByID |
Empty request.
| Type | Name |
|---|---|
| String | _SecurityString |
| Type | Name |
|---|---|
| List<GR5_RCHeader> | _RequestVector |
| Type | Name |
|---|---|
| List<GR5_RCHeader> | _ReturnVector |
Empty request.
| Type | Name |
|---|---|
| List<GR5_RCHeader> | _RequestVector |
| Type | Name |
|---|---|
| Uint32 | _ClassID |
| Uint32 | _PowerID |
Empty response.
Empty request.
| Type | Name |
|---|---|
| Map<Uint32, Uint32> | _LoadoutPowersMap |
| Type | Name |
|---|---|
| List<GR5_CharacterID> | _CharacterIDVector |
| Type | Name |
|---|---|
| List<GR5_Loadout> | _LoadoutVector |
| Type | Name |
|---|---|
| Uint32 | m_MethodId |
| Uint32 | m_Checksum |
| Uint32 | m_Property |
| Uint32 | m_Version |
| Uint32 | m_Size |
| Uint32 | m_OriginalSize |
| Type | Name |
|---|---|
| Uint32 | m_PlayerID |
| Uint32 | m_ClassID |
| Type | Name |
|---|---|
| Uint32 | m_PlayerID |
| Uint32 | m_ClassID |
| Uint32 | m_PowerID |