luaL_buffinit() private method

private luaL_buffinit ( LuaState luaState, luaL_Buffer buffer ) : void
luaState LuaState
buffer luaL_Buffer
return void
Ejemplo n.º 1
0
 public static void luaL_buffinit(this LuaState luaState, luaL_Buffer buffer) => Lua.luaL_buffinit(luaState, buffer);