summaryrefslogtreecommitdiff
path: root/auto_yards/nodes/(417,18,4).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2025-01-05 00:00:02 +0100
committerautocommitter <autocommitter@linux-forks.de>2025-01-05 00:00:02 +0100
commit9509061fb1134096cc7ae884c3c87027da9d55f6 (patch)
tree046271e0ef3a5d356380eaeff3deb32c1e006050 /auto_yards/nodes/(417,18,4).lua
parent9186d2146a0fcec4e83c7b8ab88158ff19929fa3 (diff)
downloadluaatc_envs-9509061fb1134096cc7ae884c3c87027da9d55f6.tar.gz
luaatc_envs-9509061fb1134096cc7ae884c3c87027da9d55f6.tar.bz2
luaatc_envs-9509061fb1134096cc7ae884c3c87027da9d55f6.zip
State at 2025-01-05
Diffstat (limited to 'auto_yards/nodes/(417,18,4).lua')
0 files changed, 0 insertions, 0 deletions
> * All new calls to this class must be tested in test_servermodmanager.cpp */ class ServerModManager : public ModConfiguration { public: /** * Creates a ServerModManager which targets worldpath * @param worldpath */ ServerModManager(const std::string &worldpath); void loadMods(ServerScripting *script); const ModSpec *getModSpec(const std::string &modname) const; void getModNames(std::vector<std::string> &modlist) const; /** * Recursively gets all paths of mod folders that can contain media files. * * Result is ordered in descending priority, ie. files from an earlier path * should not be replaced by files from a latter one. * * @param paths result vector */ void getModsMediaPaths(std::vector<std::string> &paths) const; };