reset the engine, unloading any current level and returning to the main menu
| 49 | |
| 50 | // reset the engine, unloading any current level and returning to the main menu |
| 51 | void torque_reset() |
| 52 | { |
| 53 | Con::evaluate("disconnect();"); |
| 54 | } |
| 55 | |
| 56 | // initialize Torque 3D including argument handling |
| 57 | S32 torque_engineinit(S32 argc, const char **argv) |
nothing calls this directly
no test coverage detected