Exemple #1
0
 public static void lua_getfield(LuaState state, int index, string fieldName)
 {
     LuaNativeBinding.lua_getfield(state, index, fieldName);
 }