Ejemplo n.º 1
0
 public static extern void luaL_buffinit(LuaState luaState, luaL_Buffer buffer);
Ejemplo n.º 2
0
 public static void luaL_buffinit(luaL_Buffer buffer) => luaL_buffinit(_state, buffer);
Ejemplo n.º 3
0
 public static extern void luaL_addstring(luaL_Buffer buffer, string s);
Ejemplo n.º 4
0
 public static extern void luaL_addvalue(luaL_Buffer buffer);
Ejemplo n.º 5
0
 public static void luaL_pushresult(this luaL_Buffer buffer) => Lua.luaL_pushresult(buffer);
Ejemplo n.º 6
0
 public static extern void luaL_addlstring(luaL_Buffer buffer, string s, IntPtr l);
 public static void luaL_buffinit(this LuaState luaState, luaL_Buffer buffer) => Lua.luaL_buffinit(luaState, buffer);
Ejemplo n.º 8
0
 public static void luaL_buffinit(this LuaState luaState, luaL_Buffer buffer) => Lua.luaL_buffinit(luaState, buffer);
Ejemplo n.º 9
0
 public static extern void luaL_buffinit(LuaState luaState, luaL_Buffer buffer);
Ejemplo n.º 10
0
 public static void luaL_buffinit(luaL_Buffer buffer) => luaL_buffinit(_state, buffer);
Ejemplo n.º 11
0
 public static extern void luaL_addvalue(luaL_Buffer buffer);
Ejemplo n.º 12
0
 public static extern void luaL_addstring(luaL_Buffer buffer, string s);
Ejemplo n.º 13
0
 public static extern void luaL_pushresult(luaL_Buffer buffer);
Ejemplo n.º 14
0
 public static void luaL_addstring(this luaL_Buffer buffer, string s) => Lua.luaL_addstring(buffer, s);
Ejemplo n.º 15
0
 public static extern char[] luaL_prepbuffer(luaL_Buffer buffer);
Ejemplo n.º 16
0
 public static void luaL_addvalue(this luaL_Buffer buffer) => Lua.luaL_addvalue(buffer);
Ejemplo n.º 17
0
 public static extern void luaL_addlstring(luaL_Buffer buffer, string s, IntPtr l);
Ejemplo n.º 18
0
 public static char[] luaL_prepbuffer(this luaL_Buffer buffer) => Lua.luaL_prepbuffer(buffer);
Ejemplo n.º 19
0
 public static extern void luaL_pushresult(luaL_Buffer buffer);
Ejemplo n.º 20
0
 public static void luaL_addlstring(this luaL_Buffer buffer, string s, IntPtr l) => Lua.luaL_addlstring(buffer, s, l);
Ejemplo n.º 21
0
 public static extern char[] luaL_prepbuffer(luaL_Buffer buffer);