cost 400 ms
C# Luainterface two dots

Is there any way to change the access to my C# object methods in Lua by turning two dots into one? I want to change this: Into this: Without get ...

LuaInterface - C# Import

I have registered a method for my lua script that requires an enum as the argument. I'm getting an error when I load the script. Do I need to import t ...

Instantiating C# Classes in Lua

I am writing a scripting engine for my game using the LuaInterface library. I am getting an error when attempting to instantiate the class in Lua. The ...

luainterface problems

I have some problems with C# luainterface library: 1. So I load a script and extract its functions like that: But what if I load two different scr ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM