commands.push_back(PluginCommand("RemoteFortressReader_version","List the loaded RemoteFortressReader version",RemoteFortressReader_version,false,"This is used for plugin version checking."));
commands.push_back(PluginCommand("RemoteFortressReader_version","List the loaded RemoteFortressReader version",RemoteFortressReader_version,false,"This is used for plugin version checking."));
commands.push_back(PluginCommand(
commands.push_back(PluginCommand(
"load_art_image_chunk",
"load-art-image-chunk",
"Gets an art image chunk by index, loading from disk if necessary",
"Gets an art image chunk by index, loading from disk if necessary",
loadArtImageChunk,false,
loadArtImageChunk,false,
"Usage: load_art_image_chunk N, where N is the id of the chunk to get."));
"Usage: load_art_image_chunk N, where N is the id of the chunk to get."));