mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 18:48:22 +00:00
Update IVEngineServer2 & INetChannel & INetChannelInfo (#297)
This commit is contained in:
parent
4c74b3f66e
commit
b066d7a11f
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user