Talk:SendProp: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
What does 0 stand for here? Did I miss something?
What does 0 stand for here? Did I miss something?
--[[User:Mflux|Mflux]] 06:38, 9 Jul 2008 (PDT)
--[[User:Mflux|Mflux]] 06:38, 9 Jul 2008 (PDT)
:If you move your cursor to the list of arguments and hit ctrl+space, Visual Studio will tell you what each one means.
:If you move your cursor to the list of arguments and hit ctrl+space, Visual Studio will tell you what each one means. --[[user:TomEdwards|TomEdwards]] 06:44, 9 Jul 2008 (PDT)

Revision as of 06:44, 9 July 2008

Hi

What do these ints / floats mean inside the sendprops?

 Example: SendPropVector( SENDINFO( m_vecStartPosition ), 0, SPROP_NOSCALE ), 

What does 0 stand for here? Did I miss something? --Mflux 06:38, 9 Jul 2008 (PDT)

If you move your cursor to the list of arguments and hit ctrl+space, Visual Studio will tell you what each one means. --TomEdwards 06:44, 9 Jul 2008 (PDT)