Exemple #1
0
 public static int LoadString(LuaStatePtr l, string s)
 {
     return(LuaLDelegates.luaL_loadstring(l, s));
 }