User talk:Simociv: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 3: Line 3:
What does adding <code>char szCmd[64]</code> do to help? --[[user:TomEdwards|TomEdwards]] 07:39, 25 Aug 2008 (PDT)
What does adding <code>char szCmd[64]</code> do to help? --[[user:TomEdwards|TomEdwards]] 07:39, 25 Aug 2008 (PDT)
:Not much actually, but it's just for teaching how to send a message and passing arguments. --[[User:Simociv|Simociv]] 08:33, 25 Aug 2008 (PDT)
:Not much actually, but it's just for teaching how to send a message and passing arguments. --[[User:Simociv|Simociv]] 08:33, 25 Aug 2008 (PDT)
::I'd leave that kind of thing to articles that are explicitly tutorials. If you're after a reference source, you don't want to mess around learning things you didn't visit for. --[[user:TomEdwards|TomEdwards]] 11:15, 25 Aug 2008 (PDT)

Revision as of 11:15, 25 August 2008

Networking Events and Messages

What does adding char szCmd[64] do to help? --TomEdwards 07:39, 25 Aug 2008 (PDT)

Not much actually, but it's just for teaching how to send a message and passing arguments. --Simociv 08:33, 25 Aug 2008 (PDT)
I'd leave that kind of thing to articles that are explicitly tutorials. If you're after a reference source, you don't want to mess around learning things you didn't visit for. --TomEdwards 11:15, 25 Aug 2008 (PDT)