SendProp: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
Line 40: Line 40:
{{ccexample||SendPropPredictableId( SENDINFO( m_PredictableID ) ),}}
{{ccexample||SendPropPredictableId( SENDINFO( m_PredictableID ) ),}}
===SendPropStringT===
===SendPropStringT===
{{note|RecvTable should use RecvPropString.}}
{{ccexample||SendPropStringT( SENDINFO( m_SoundName ) ),}}
{{ccexample||SendPropStringT( SENDINFO( m_SoundName ) ),}}
==dt_utlvector_send.h==
==dt_utlvector_send.h==
===SendPropUtlVector===
===SendPropUtlVector===
{{ccexample||SendPropUtlVector( SENDINFO_UTLVECTOR( m_hActorList ), MAX_ACTORS_IN_SCENE, SendPropEHandle( NULL, 0 ) ),}}
{{ccexample||SendPropUtlVector( SENDINFO_UTLVECTOR( m_hActorList ), MAX_ACTORS_IN_SCENE, SendPropEHandle( NULL, 0 ) ),}}

Revision as of 13:06, 14 September 2006