SendProp: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (categorize)
Line 42: Line 42:
{{note|RecvTable should use RecvPropString.}}
{{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 ) ),}}
[[Category:Programming]]

Revision as of 13:06, 14 September 2006