SendProp: Difference between revisions
Jump to navigation
Jump to search
Note:RecvTable should use RecvPropString.
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 ) ),}} | ||