-
hello
again thank you for this wonderful library.
while working with NLua in a high performance application, I noticed that NLua is a bit slow and causes the application to lag a little bit, this is…
-
not support other platform except PC
I try to switch Android/web ,it's show this error
Assets/KopiLua/lvm.cs(380,57): error CS0246: The type or namespace name `op_delegate' could not be found. Are…
-
I'm currently writing a game that uses lua as a scripting language for characters. While trying to do something I noticed that it isn't setting to values inside structs.
For my base actor class I …
-
I've been getting this error forever now i have no idea whats the issue, The only thing i have editing is the config to
--_M.BizhawkDir = "C:/Users/mmill/Downloads/BizHawk-2.2/"
_M.BizhawkDir = "K:…
-
Hi,
I'm making a software using NLua for my scripting environment and I'm having several issues (some I can fix and some I can't).
I'd like to know if there is a discord dedicated to NLua so I can g…
-
Hello robotboy and co,
I found a problem when trying to read Lua files. If the Lua file does not exist clientside (in general because of addon not mounted), the file can be found but it fails when at…
-
Hi,
when injecting an elm tag inside markdown in neovim, neovim will segfault.
To reproduce:
- open `nvim test.md` (with nvim-treesitter and elm/markdown parsers installed)
- write:
```
```elm
…
-
Output
NLua.Exceptions.LuaScriptException:
Display.lua:78 invalid arguments to
method call
ghost updated
2 years ago
-
I'm wondering if there is any way in getting optional paramaters and/or params lists to work with c# class methods.
It's kinda a pain in the ass making tons of overloads for everything.
If this is…
-
An engine will be needed for scripting e.g. quests and dialogs. Two decisions must be made:
- Which scripting language? Possible candidates are JavaScript, C# or F#.
- Which scripting engine to use?…