Eliminate DefineConsoleFunction

This commit is contained in:
Lukas Joergensen 2018-04-17 16:33:56 +02:00
parent bc1b506205
commit e718841467
55 changed files with 314 additions and 332 deletions

View file

@ -464,7 +464,7 @@ DefineConsoleMethod( SimDataBlock, reloadOnLocalClient, void, (),,
//-----------------------------------------------------------------------------
DefineConsoleFunction( preloadClientDataBlocks, void, (),,
DefineEngineFunction( preloadClientDataBlocks, void, (),,
"Preload all datablocks in client mode.\n\n"
"(Server parameter is set to false). This will take some time to complete.")
{
@ -482,7 +482,7 @@ DefineConsoleFunction( preloadClientDataBlocks, void, (),,
//-----------------------------------------------------------------------------
DefineConsoleFunction( deleteDataBlocks, void, (),,
DefineEngineFunction( deleteDataBlocks, void, (),,
"Delete all the datablocks we've downloaded.\n\n"
"This is usually done in preparation of downloading a new set of datablocks, "
"such as occurs on a mission change, but it's also good post-mission cleanup." )