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