============ idCmdSystemLocal::SetupReloadEngine ============ */
| 769 | ============ |
| 770 | */ |
| 771 | void idCmdSystemLocal::SetupReloadEngine( const idCmdArgs &args ) { |
| 772 | BufferCommandText( CMD_EXEC_APPEND, "reloadEngine\n" ); |
| 773 | postReload = args; |
| 774 | } |
| 775 | |
| 776 | /* |
| 777 | ============ |
no outgoing calls
no test coverage detected