signal an engine shutdown (as with the quit(); console command)
| 120 | |
| 121 | // signal an engine shutdown (as with the quit(); console command) |
| 122 | void torque_enginesignalshutdown() |
| 123 | { |
| 124 | Con::evaluate("quit();"); |
| 125 | } |
| 126 | |
| 127 | // shutdown the engine |
| 128 | S32 torque_engineshutdown() |
no test coverage detected