====== dbgSetParameters ====== (int port, string password)Open a debug server port on the specified port, requiring the specified password. ===== Syntax ===== void dbgSetParameters(int %port, string %password); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%port%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%password%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== ===== References ===== This function is not called by any other functions.