static int LoadCustom_Lua(IntPtr L) { ResMgr.LoadCustom(Api.lua_chkstring(L, 1), Api.lua_chkstring(L, 2)); return(0); }