Questions tagged [lua.net]

3 questions
3
votes
1 answer

Lua for configuration over XML/Yaml/INI in .NET?

I have used XML, INI and yaml files for configuration in the Python as well as in .NET C# application. I have recently studied the lua language and tried its implementation in .NET platform. I find Lua for configuration seems to be more clean and…
user90150
2
votes
2 answers

How to call Lua functions from .NET

I use the LuaInterface library to run the lua in .net and it works fine. I could access the CLR via lua. But how to call Lua function from C#?
user90150
0
votes
0 answers

Gmod: When processing a Net request created from a vgui button, the script does not work

I have 2 scripts: 1)init.lua - server script that handles net requests. 2) change_team.lua - client script that handles vgui buttons and sends net requests. Problem: When pressing the DButton2 button in an attempt to send a net request, an error…
Fix Egg
  • 1
  • 1