LeviLamina
Loading...
Searching...
No Matches
NetworkStatistics Class Reference
+ Inheritance diagram for NetworkStatistics:

Classes

struct  OverviewStats
 

Public Member Functions

NetworkStatisticsoperator= (NetworkStatistics const &)
 
 NetworkStatistics (NetworkStatistics const &)
 
virtual void packetSentTo (::NetworkIdentifier const &target, ::Packet const &packet, uint size)
 
virtual void packetReceivedFrom (::NetworkIdentifier const &source, ::Packet const &packet, uint size)
 
virtual void dataSentTo (::NetworkIdentifier const &target, ::std::string_view data)
 
virtual void dataReceivedFrom (::NetworkIdentifier const &source, ::std::string const &data)
 
virtual void reset ()
 
MCAPI NetworkStatistics (::ClientOrServerNetworkSystemRef &&network, ::TrackerType type, ::std::function< bool(::RakNet::RakNetStatistics &)> &&getRakNetStatsReading, ::Bedrock::NotNullNonOwnerPtr<::NetworkDebugManager > networkDebugManager)
 
MCAPI NetworkStatistics (::ServerNetworkSystem &server, ::TrackerType type, ::std::function< bool(::RakNet::RakNetStatistics &)> &&getRakNetStatsReading, ::Bedrock::NotNullNonOwnerPtr<::NetworkDebugManager > networkDebugManager)
 
MCAPI void _initRakNetProfileTracking ()
 
MCAPI void _logPeerConnectionInfo (::std::vector<::WeakEntityRef > const &userList, bool includeAverages) const
 
MCAPI::std::string getVerboseInfo () const
 
MCAPI void tick (::std::vector<::WeakEntityRef > const *userList)
 
MCAPI void * $ctor (::ClientOrServerNetworkSystemRef &&network, ::TrackerType type, ::std::function< bool(::RakNet::RakNetStatistics &)> &&getRakNetStatsReading, ::Bedrock::NotNullNonOwnerPtr<::NetworkDebugManager > networkDebugManager)
 
MCAPI void * $ctor (::ServerNetworkSystem &server, ::TrackerType type, ::std::function< bool(::RakNet::RakNetStatistics &)> &&getRakNetStatsReading, ::Bedrock::NotNullNonOwnerPtr<::NetworkDebugManager > networkDebugManager)
 
MCAPI void $dtor ()
 
MCAPI void $packetSentTo (::NetworkIdentifier const &target, ::Packet const &packet, uint size)
 
MCAPI void $packetReceivedFrom (::NetworkIdentifier const &source, ::Packet const &packet, uint size)
 
MCAPI void $dataSentTo (::NetworkIdentifier const &target, ::std::string_view data)
 
MCAPI void $dataReceivedFrom (::NetworkIdentifier const &source, ::std::string const &data)
 
MCAPI void $reset ()
 
MCFOLD void * $ctor ()
 
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnk4b1184
 
::ll::UntypedStorage< 8, 16 > mUnkfa93d8
 
::ll::UntypedStorage< 8, 24 > mUnkc0b463
 
::ll::UntypedStorage< 4, 4 > mUnk62f24f
 
::ll::UntypedStorage< 4, 16 > mUnk6c9517
 
::ll::UntypedStorage< 8, 64 > mUnkc27a83
 
::ll::UntypedStorage< 8, 64 > mUnkb6e26e
 
::ll::UntypedStorage< 8, 24 > mUnk8e7a7b
 
::ll::UntypedStorage< 8, 64 > mUnkc054fe
 
::ll::UntypedStorage< 8, 64 > mUnkd324ee
 
::ll::UntypedStorage< 8, 64 > mUnkbf613f
 
::ll::UntypedStorage< 8, 10336 > mUnkd22028
 
::ll::UntypedStorage< 4, 16 > mUnk2fd154
 
::ll::UntypedStorage< 8, 24 > mUnk20f3d4
 
::ll::UntypedStorage< 8, 8 > mUnk67953e
 
::ll::UntypedStorage< 8, 80 > mUnkfe473c
 
::ll::UntypedStorage< 8, 224 > mUnk26fc80
 
::ll::UntypedStorage< 8, 64 > mUnk1c0202
 
::ll::UntypedStorage< 8, 8 > mUnk2dd8b0
 
::ll::UntypedStorage< 1, 1 > mUnkd29ea2
 
::ll::UntypedStorage< 1, 1 > mUnk4eb7ee
 
::ll::UntypedStorage< 1, 1 > mUnk44f555
 
::ll::UntypedStorage< 1, 1 > mUnk965a26
 
::ll::UntypedStorage< 1, 1 > mUnkcf3bb2
 
::ll::UntypedStorage< 1, 1 > mUnke3aee4
 
::ll::UntypedStorage< 1, 1 > mUnkd0df15
 
::ll::UntypedStorage< 1, 1 > mUnk75c9c7
 
::ll::UntypedStorage< 4, 24 > mUnk78c417
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Member Function Documentation

◆ packetSentTo()

virtual void NetworkStatistics::packetSentTo ( ::NetworkIdentifier const & target,
::Packet const & packet,
uint size )
virtual

Reimplemented from PacketObserver.

◆ packetReceivedFrom()

virtual void NetworkStatistics::packetReceivedFrom ( ::NetworkIdentifier const & source,
::Packet const & packet,
uint size )
virtual

Reimplemented from PacketObserver.

◆ dataSentTo()

virtual void NetworkStatistics::dataSentTo ( ::NetworkIdentifier const & target,
::std::string_view data )
virtual

Reimplemented from PacketObserver.

◆ dataReceivedFrom()

virtual void NetworkStatistics::dataReceivedFrom ( ::NetworkIdentifier const & source,
::std::string const & data )
virtual

Reimplemented from PacketObserver.

◆ reset()

virtual void NetworkStatistics::reset ( )
virtual

Reimplemented from PacketObserver.


The documentation for this class was generated from the following file: