Evaluate arbitrary TorqueScript (ONLY CALL torque_evaluate FROM TRUSTED CODE!!!)
| 392 | |
| 393 | // Evaluate arbitrary TorqueScript (ONLY CALL torque_evaluate FROM TRUSTED CODE!!!) |
| 394 | const char* torque_evaluate(const char* code) |
| 395 | { |
| 396 | return Con::evaluate(code); |
| 397 | } |
| 398 | |
| 399 | // resize the Torque 3D child window to the specified width and height |
| 400 | void torque_resizewindow(S32 width, S32 height) |
nothing calls this directly
no test coverage detected