FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

dlls/sendproxy.h

5960616263
//----------------------------------------------------------------------------- void* SendProxy_OnlyToTeam( const SendProp *pProp, const void *pStruct, const void *pVarData, CSendProxyRecipients *pRecipients, int objectID ); #endif // SENDPROXY_H
59606162636465666768
//----------------------------------------------------------------------------- void* SendProxy_OnlyToTeam( const SendProp *pProp, const void *pStruct, const void *pVarData, CSendProxyRecipients *pRecipients, int objectID ); //----------------------------------------------------------------------------- // Purpose: Proxy that only sends data to observers of the entity //----------------------------------------------------------------------------- void* SendProxy_OnlyToObservers( const SendProp *pProp, const void *pStruct, const void *pVarData, CSendProxyRecipients *pRecipients, int objectID ); #endif // SENDPROXY_H