mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Add INetworkMessageProcessingPreFilter::FilterMessage comment
This commit is contained in:
parent
aaaaaf040b
commit
c1d5e34553
@ -58,6 +58,7 @@ enum NetChannelBufType_t : int8
|
|||||||
abstract_class INetworkMessageProcessingPreFilter
|
abstract_class INetworkMessageProcessingPreFilter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
// Filter incoming messages from the netchan, return true to filter out (block) the further processing of the message
|
||||||
virtual bool FilterMessage( INetworkSerializable *pNetMessage, const void *pData, INetChannel *pChannel ) = 0;
|
virtual bool FilterMessage( INetworkSerializable *pNetMessage, const void *pData, INetChannel *pChannel ) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user