-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Statistics Service
michal-kapala edited this page Apr 11, 2024
·
1 revision
Custom RMC service for player stats.
Method ID | Method Name |
---|---|
1 | GetDesignerStatistics |
2 | GetPlayerLifetimeStatistics |
3 | GetPlayerInstancedStatistics |
4 | GetPlayerTimedStatistics |
5 | GetPlayerAllStatistics |
6 | SendPlayerStatistics |
Empty request.
Type | Name |
---|---|
List<GR5_DesignerStatistics> | _DesignerStatisticsVector |
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
List<Uint32> | _StatisticsIDVector |
Type | Name |
---|---|
List<GR5_PlayerStatisticsBlock> | _PlayerStatisticsVector |
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
List<Uint32> | _StatisticsIDVector |
Type | Name |
---|---|
List<GR5_PlayerInstancedStatisticsBlock> | _PlayerInstancedStatisticsVector |
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
List<Uint32> | _StatisticsIDVector |
Uint32 | _TimeInterval |
Type | Name |
---|---|
List<GR5_PlayerTimedStatisticsBlock> | _PlayerTimedStatisticsVector |
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
List<Uint32> | _StatisticsIDVector |
Type | Name |
---|---|
List<GR5_PlayerTimedStatisticsBlock> | _PlayerTimedStatisticsVector |
Type | Name |
---|---|
List<GR5_PlayerStatisticsBlock> | _PlayerStatisticsVector |
List<GR5_PlayerInstancedStatisticsBlock> | _PlayerInstancedStatisticsVector |
Empty response.
Type | Name |
---|---|
Uint32 | m_ID |
Uint32 | m_AggregationType |
Uint32 | m_Flags |
Int32 | m_DefaultValue |
Uint32 | m_OasisNameId |
Uint32 | m_OasisDescriptionId |
String | m_Expression |
String | m_Name |
Type | Name |
---|---|
Uint32 | m_PlayerID |
List<GR5_Statistic> | m_StatisticVector |
Type | Name |
---|---|
Uint32 | m_PlayerID |
List<GR5_InstancedStatistic> | m_StatisticVector |
Type | Name |
---|---|
Uint32 | m_PlayerID |
List<GR5_TimedStatistic> | m_StatisticVector |
Type | Name |
---|---|
Uint32 | m_ID |
Int32 | m_Value |
Type | Name |
---|---|
Uint32 | m_ID |
Uint32 | m_Type |
Uint32 | m_TID |
Int32 | m_Value |
Type | Name |
---|---|
Uint32 | m_ID |
Uint32 | m_Time |
Int32 | m_Value |