|
dl
|
模组管理器 更多...
#include <dl_mod.h>
Public 成员函数 | |
| void | LoadMod (std::string_view path) |
| 加载模组 | |
| void | LoadModAll (std::string_view path) |
| void | CallLuaScript (std::string_view path_name) |
| 调用每个模组的lua脚本 | |
| std::string | GetPathCurrentMod () |
| 返回当前上下文的mod根路径 | |
| const std::vector< Mod > & | GetAll () |
| void dl::ModManager::CallLuaScript | ( | std::string_view | path_name | ) |
调用每个模组的lua脚本
| void dl::ModManager::LoadMod | ( | std::string_view | path | ) |
加载模组
| [in] | path | 路径 |
| void dl::ModManager::LoadModAll | ( | std::string_view | path | ) |