xtutu
xtutu
xlua , luaide版本 0.5.5 bug1 ` // c# public object CallLuaFunction(string function, params object[] args) { // 导出的lua文件,包含了fuction关键字,作为参数名 function LuaController:CallLuaFunction(function,args) end ` bug2 Dotwwen库 导出问题。 ` --[[ @newEndValue CS.System.Object @snapStartValue...
is there any progress? we need it
项目里还装了: com.tencent.puerts.webgl 2.0.4 排查下来,发现:只要把这个删掉,IOS 就不会奔溃。
按照上面的方式,修好了
这两个模块,在原生的 nodejs 16 里,只要把 package.json 中设置: "type": "module", 就可以用 esm 方式来加载。 不知道 puerts 中,是否也有类似的设置入口? @chexiongsheng
@antonmedv when I use: `TryStrToNum[int32]("1")` reflect.TypeOf(retValue).Kind() is `int32`
@dundee It may be possible to add a param for recursive level restrictions. and the default is 1 level . or just skip to follow when detected cycles (This is...