dl
dl_lua.h 文件参考

lua封装 更多...

#include <string>
#include <unordered_map>
#include <sol/sol.hpp>
#include "dl_io.h"

浏览该文件的源代码.

class  dl::LuaScript
 lua脚本语言 更多...
 
struct  dl::LuaScript::Env
 

命名空间

namespace  dl
 

宏定义

#define SOL_ALL_SAFETIES_ON   1
 
#define SOL_PRINT_ERRORS   0
 

详细描述

lua封装

版本
1.0
作者
lveyou
日期
24-12-23
注解
例如 res/script/、as、mod 在 res/script/ui/main.as的脚本,模块名为 mod:ui/main

直接暴露lua与luabridge

在文件 dl_lua.h 中定义.

宏定义说明

◆ SOL_ALL_SAFETIES_ON

#define SOL_ALL_SAFETIES_ON   1

在文件 dl_lua.h20 行定义.

◆ SOL_PRINT_ERRORS

#define SOL_PRINT_ERRORS   0

在文件 dl_lua.h21 行定义.