Stats are up, but require a ton of presentation polish to be more useful

This commit is contained in:
karlberg
2021-04-22 20:06:55 -07:00
parent 503ba9351c
commit 590785e4ad
8 changed files with 162 additions and 10 deletions
@@ -88,6 +88,10 @@ namespace Multiplayer
void AddConnectionAcquiredHandler(ConnectionAcquiredEvent::Handler& handler) override;
void AddSessionInitHandler(SessionInitEvent::Handler& handler) override;
void AddSessionShutdownHandler(SessionShutdownEvent::Handler& handler) override;
const char* GetComponentGemName(uint16_t netComponentIndex) const override;
const char* GetComponentName(uint16_t netComponentIndex) const override;
const char* GetComponentPropertyName(uint16_t netComponentIndex, uint16_t propertyIndex) const override;
const char* GetComponentRpcName(uint16_t netComponentIndex, uint16_t rpcIndex) const override;
//! @}
//! Console commands.