UI "command
by Nic Biondi · in Torque Game Builder · 10/13/2008 (10:18 pm) · 3 replies
This is regarding the "command" argument that can be used in a GUI element.
Does anyone know why I am having a problem sending multiple arguments through the "command =" argument? My code is as follows:
The above code sends the loginName correctly in the first argument but does not send loginPassword. Any thoughts?
Does anyone know why I am having a problem sending multiple arguments through the "command =" argument? My code is as follows:
Command = "clientLogin(loginName.getValue(),loginPassword.getValue());";
The above code sends the loginName correctly in the first argument but does not send loginPassword. Any thoughts?
Torque Owner Nic Biondi
Default Studio Name