You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardcoded to only use doubles and 64-bit integers, so the Lua library will have to be built accordingly.
11
+
Hardcoded to only use doubles and 64-bit integers.
12
12
This CAN be changed with manual edits, but it wasn't fun writing this library.
13
-
This code was made with with the default includes on a 64-bit windows 10 machine using Lua's makefile and LuaJIT.
14
-
All DLL's are named differently, make sure the name of the Lua dll matches that of the .cs file; will make it easier in the future and provide the DLLs for you.
15
-
```
16
-
Lua5.4 - lua544.dll
17
-
Lua5.3 - lua536.dll
18
-
Lua5.2 - lua524.dll
19
-
Lua5.1 - lua515.dll
20
-
LuaJIT - lua51.dll
21
-
```
13
+
This code was made with with the default includes on a 64-bit windows 10 machine using Lua's and LuaJIT's makefiles.
14
+
No DLL has to be built for this library as its included for you.
22
15
23
16
Custom DLLs are supported as long as they don't change any call arguments or return values.
0 commit comments