Update IVEngineServer2 & INetChannel & INetChannelInfo (#297)

This commit is contained in:
Nyano 2025-01-15 17:58:01 +08:00 committed by GitHub
parent 4c74b3f66e
commit b066d7a11f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -318,7 +318,7 @@ public:
virtual bool IsClientLowViolence( CPlayerSlot nSlot ) = 0; virtual bool IsClientLowViolence( CPlayerSlot nSlot ) = 0;
// Kicks the slot with the specified NetworkDisconnectionReason // Kicks the slot with the specified NetworkDisconnectionReason
virtual void DisconnectClient( CPlayerSlot nSlot, ENetworkDisconnectionReason reason ) = 0; virtual void DisconnectClient( CPlayerSlot nSlot, ENetworkDisconnectionReason reason, const char *szInternalReason = nullptr ) = 0;
#if 0 // Don't really match the binary #if 0 // Don't really match the binary
virtual void GetAllSpawnGroupsWithPVS( CUtlVector<SpawnGroupHandle_t> *spawnGroups, CUtlVector<IPVS *> *pOut ) = 0; virtual void GetAllSpawnGroupsWithPVS( CUtlVector<SpawnGroupHandle_t> *spawnGroups, CUtlVector<IPVS *> *pOut ) = 0;

View File

@ -142,6 +142,7 @@ public:
virtual int GetCurrentNetMessageInSequenceNr( void ) const = 0; virtual int GetCurrentNetMessageInSequenceNr( void ) const = 0;
virtual void unk211() = 0; virtual void unk211() = 0;
virtual void unk212() = 0;
}; };

View File

@ -96,6 +96,7 @@ public:
virtual void unk201() = 0; virtual void unk201() = 0;
virtual void unk202() = 0; virtual void unk202() = 0;
virtual void unk203() = 0;
}; };
#endif // INETCHANNELINFO_H #endif // INETCHANNELINFO_H