Talk:Developer Console Control: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I think it's worth noting that Msg() only outputs to the server console, and you use ClientPrint() for output to clients.
I think it's worth noting that Msg() only outputs to the server console, and you use ClientPrint() for output to clients.
--[[User:Megiddo|Megiddo]] 14:53, 2 Jul 2005 (PDT)
--[[User:Megiddo|Megiddo]] 14:53, 2 Jul 2005 (PDT)
-------------------
I'm fairly certain that "engine->Cmd_Argc" is deprecated and was replaced by "args.ArgC." But, When I attempt to use "args", the class is unidentified. Is there any header I am missing?
--[[User:Spoons|Spoons]]

Revision as of 20:42, 30 March 2010

I think it's worth noting that Msg() only outputs to the server console, and you use ClientPrint() for output to clients. --Megiddo 14:53, 2 Jul 2005 (PDT)


I'm fairly certain that "engine->Cmd_Argc" is deprecated and was replaced by "args.ArgC." But, When I attempt to use "args", the class is unidentified. Is there any header I am missing?

--Spoons