|
LeviLamina
|
Public Member Functions | |
| virtual bool | isInitialized () const =0 |
| virtual void | send (::Packet &packet)=0 |
| virtual void | sendTo (::NetworkIdentifier const &id, ::SubClientId subid, ::Packet &packet)=0 |
| virtual void | sendToServer (::Packet &packet)=0 |
| virtual void | sendToClient (::UserEntityIdentifierComponent const *userIdentifier, ::Packet const &packet)=0 |
| virtual void | sendToClient (::NetworkIdentifier const &id, ::Packet const &packet, ::SubClientId recipientSubId)=0 |
| virtual void | sendToClients (::std::vector<::NetworkIdentifierWithSubId > const &ids, ::Packet const &packet)=0 |
| virtual void | sendBroadcast (::Packet const &packet)=0 |
| virtual void | sendBroadcast (::NetworkIdentifier const &exceptId, ::SubClientId exceptSubid, ::Packet const &packet)=0 |
| virtual void | flush (::NetworkIdentifier const &id, ::std::function< void()> &&callback)=0 |
| MCFOLD void * | $ctor () |
| MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
| MCFOLD void | $dtor () |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, ::SubClientId > | mSubId |
| ::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
staticinherited |