标签: lua
问题是如何从Lua C API执行以下操作:
settings.default.color = 10 --(raise an error) persistent.channel.xxx = 15 --(call function to set) y = persistent.channel.xxx --(call function to read)
答案 0 :(得分:3)
使用代理表。见http://www.lua.org/pil/13.4.4.html