Exemple #1
0
 public static void AddLString(LuaBufferPtr B, string s, int l)
 {
     LuaLDelegates.luaL_addlstring(B, s, l);
 }