From f5edc117b2f58f78ab957c5b46f5e556a8bd8963 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sun, 14 May 2017 00:04:42 +0300 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f2d278 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# gmcl_jack_win32 + +A GMod Lua Module with a custom lua interface, which independent of gmod lua interface (aka ILuaInterface/ILuaBase), +With the exception is Lua C API in lua_shared.dll + +When module loads, LoadLibraryA in hl2.exe calls DllMain, where starting loading lua c api interface +to array lua_api. If you need a custom DllMain, write changes in state.cpp + +This repository goes together with example of usage in main.cpp