Procedures

ProcedureLocationProcedure TypeDescription
get_accesstoml_input_mSubroutine

获取工程路径

get_initoml_input_mSubroutine

读取前处理配置

get_pathargument_mSubroutine

获取路径

lua_inputlua_api_mSubroutine

读取 lua 脚本

outputoutput_mSubroutine

输出域,支持输出 ASCII 和二进制文件

call~~graph~~CallGraph proc~get_access get_access proc~get_path get_path proc~get_access->proc~get_path get_value get_value proc~get_access->get_value toml_parse toml_parse proc~get_access->toml_parse is_exist is_exist proc~get_access->is_exist error_stop error_stop proc~get_access->error_stop proc~lua_input lua_input lual_newstate lual_newstate proc~lua_input->lual_newstate lua_getglobal lua_getglobal proc~lua_input->lua_getglobal proc~lua_input->get_value lual_loadfile lual_loadfile proc~lua_input->lual_loadfile to_string to_string proc~lua_input->to_string lua_pcall lua_pcall proc~lua_input->lua_pcall lua_close lua_close proc~lua_input->lua_close lual_openlibs lual_openlibs proc~lua_input->lual_openlibs proc~lua_input->error_stop argv argv proc~get_path->argv proc~output output proc~output->is_exist proc~get_ini get_ini proc~get_ini->get_value proc~get_ini->toml_parse proc~get_ini->to_string proc~get_ini->is_exist proc~get_ini->error_stop
Help