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