====== [VCE_Main] GameConnection::chatMessage ====== There is no doc-string available for this function. ===== Syntax ===== script [VCE_Main] GameConnection::chatMessage(string %client, string %msg); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%client%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%msg%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Event_Variables/server/package.cs:29 ===== See also ===== [[scripting:doc:vceumain:gameconnection:bottomprint|[VCE_Main] GameConnection::bottomPrint]]\\ [[scripting:doc:vceumain:gameconnection:centerprint|[VCE_Main] GameConnection::centerPrint]]\\ [[scripting:doc:vceumain:gameconnection:ondeath|[VCE_Main] GameConnection::onDeath]]\\ ===== References ===== This function is not called by any other functions.