alliedmodders / hl2sdk

Half-Life 2 SDK Mirrors
https://github.com/valvesoftware
342 stars 165 forks source link

Update IRecipientFilter and NetChannelBufType_t #221

Closed vanz696 closed 6 months ago

vanz696 commented 6 months ago

IRecipientFilter::IsReliable is actually IRecipientFilter::GetNetworkBufType

CSosCopyRecipientFilter::GetNetworkBufType: img1

IGameEventSystem::PostEventAbstract: img2

also NetChannelBufType_t requires reordering

INetChannel::SendData: img3

GAMMACASE commented 6 months ago

Thanks!