|
LeviLamina
|
Classes | |
| struct | ConnectionCallbacks |
| struct | PingCallbackData |
| class | RakNetNetworkPeer |
Public Types | |
| enum class | State : int { Enabled = 0 , Disabled = 1 , Uninitialized = 2 } |
Public Member Functions | |
| RakNetConnector & | operator= (RakNetConnector const &) |
| RakNetConnector (RakNetConnector const &) | |
| virtual bool | host (::ConnectionDefinition const &definition) |
| virtual bool | connect (::Social::GameConnectionInfo const &primaryConnection, ::Social::GameConnectionInfo const &backupConnection) |
| virtual void | disconnect () |
| virtual void | tick () |
| virtual void | runEvents () |
| virtual void | closeNetworkConnection (::NetworkIdentifier const &id) |
| virtual bool | setApplicationHandshakeCompleted (::NetworkIdentifier const &id) |
| virtual bool | isServer () const |
| virtual::std::string | getLocalIp () |
| virtual ushort | getPort () const |
| virtual::Social::GameConnectionInfo const & | getConnectedGameInfo () const |
| virtual bool | isIPv4Supported () const |
| virtual bool | isIPv6Supported () const |
| virtual ushort | getIPv4Port () const |
| virtual ushort | getIPv6Port () const |
| virtual::NetworkIdentifier | getNetworkIdentifier () const |
| virtual::RakNet::RakPeerInterface * | getPeer () |
| virtual::RakNet::RakPeerInterface const * | getPeer () const |
| virtual::TransportLayer | getNetworkType () const |
| virtual void | setDisableLanSignaling (bool) |
| virtual void | _onDisable () |
| virtual void | _onEnable () |
| MCAPI | RakNetConnector (::RakNetConnector::ConnectionCallbacks &callbacks, ::RakPeerHelper::IPSupportInterface &ipInterface, ::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform, ::RakNet::RakPeerConfiguration const &rakPeerConfig) |
| MCAPI ::std::shared_ptr<::RakNetConnector::RakNetNetworkPeer > | _createPeer (::NetworkIdentifier const &id) |
| MCAPI ::std::vector<::std::string > | _getLocalIps () const |
| MCAPI ::std::vector<::RakNet::SystemAddress > | _getRefinedLocalIps () const |
| MCAPI void | _storeLocalIP () |
| MCAPI bool | getStatistics (::RakNet::RakNetStatistics &rns) |
| MCAPI void * | $ctor (::RakNetConnector::ConnectionCallbacks &callbacks, ::RakPeerHelper::IPSupportInterface &ipInterface, ::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform, ::RakNet::RakPeerConfiguration const &rakPeerConfig) |
| MCAPI void | $dtor () |
| MCAPI bool | $host (::ConnectionDefinition const &definition) |
| MCAPI bool | $connect (::Social::GameConnectionInfo const &primaryConnection, ::Social::GameConnectionInfo const &backupConnection) |
| MCAPI void | $disconnect () |
| MCAPI void | $tick () |
| MCAPI void | $runEvents () |
| MCAPI void | $closeNetworkConnection (::NetworkIdentifier const &id) |
| MCAPI bool | $setApplicationHandshakeCompleted (::NetworkIdentifier const &id) |
| MCAPI bool | $isServer () const |
| MCAPI::std::string | $getLocalIp () |
| MCAPI ushort | $getPort () const |
| MCAPI::Social::GameConnectionInfo const & | $getConnectedGameInfo () const |
| MCAPI bool | $isIPv4Supported () const |
| MCAPI bool | $isIPv6Supported () const |
| MCAPI ushort | $getIPv4Port () const |
| MCAPI ushort | $getIPv6Port () const |
| MCAPI::NetworkIdentifier | $getNetworkIdentifier () const |
| MCFOLD::RakNet::RakPeerInterface * | $getPeer () |
| MCFOLD::RakNet::RakPeerInterface const * | $getPeer () const |
| MCFOLD::TransportLayer | $getNetworkType () const |
| MCFOLD void | $setDisableLanSignaling (bool) |
| MCAPI void | $_onDisable () |
| MCAPI void | $_onEnable () |
| MCFOLD void * | $ctor () |
| MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
Static Public Member Functions | |
| static MCAPI void ** | $vftableForConnector () |
| static MCAPI void ** | $vftableForNetworkEnableDisableListener () |
| static MCAPI void ** | $vftableForEnableNonOwnerReferences () |
| static MCAPI void ** | $vftable () |
| static MCAPI void ** | $vftable () |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 176, ::NetworkIdentifier > | mNATPunchServerId |
| ::ll::TypedStorage< 8, 472, ::Social::GameConnectionInfo > | mBackupGameConnection |
| ::ll::TypedStorage< 1, 1, bool > | mTryBackupConnection |
| ::ll::TypedStorage< 8, 16, ::std::unique_ptr<::RakNet::RakPeerInterface, void(*)(::RakNet::RakPeerInterface *)> > | mRakPeer |
| ::ll::TypedStorage< 8, 176, ::NetworkIdentifier > | mServerId |
| ::ll::TypedStorage< 8, 24, ::RakPeerHelper > | mPeerHelper |
| ::ll::TypedStorage< 8, 8, ::RakPeerHelper::IPSupportInterface & > | mIPSupportInterface |
| ::ll::TypedStorage< 1, 1, bool > | mIsAwaitingNatClient |
| ::ll::TypedStorage< 1, 1, bool > | mIsServer |
| ::ll::TypedStorage< 1, 1, bool > | mIsDisconnecting |
| ::ll::TypedStorage< 1, 1, bool > | mConnectingToClient |
| ::ll::TypedStorage< 8, 472, ::Social::GameConnectionInfo > | mConnectedGameInfo |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map<::NetworkIdentifier, ::std::weak_ptr<::RakNetConnector::RakNetNetworkPeer > > > | mPeers |
| ::ll::TypedStorage< 1, 1, bool > | mWasHostWhenSuspended |
| ::ll::TypedStorage< 4, 20, ::ConnectionDefinition > | mPreviousConnectionDefinition |
| ::ll::TypedStorage< 8, 32, ::std::string > | mResolvedIP |
| ::ll::TypedStorage< 8, 24, ::std::vector<::RakNetConnector::PingCallbackData > > | mPingTimeCallbacks |
| ::ll::TypedStorage< 8, 8, ::std::unique_ptr<::MPMCQueue<::std::function< void()> > > > | mOwnedThreadWork |
| ::ll::TypedStorage< 8, 8, ::Connector::ConnectionCallbacks & > | mCallbacks |
| ::ll::UntypedStorage< 4, 4 > | mUnkaf3b65 |
| ::ll::UntypedStorage< 8, 24 > | mUnk1d223d |
| ::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Reimplemented from Connector.
|
virtual |
Reimplemented from Connector.
|
virtual |
Reimplemented from Connector.
|
virtual |
Reimplemented from Connector.
|
virtual |
Reimplemented from Connector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements RemoteConnector.
|
virtual |
Implements NetworkEnableDisableListener.
|
virtual |
Implements NetworkEnableDisableListener.
|
static |
|
static |
|
static |
|
staticinherited |
|
staticinherited |
|
staticinherited |