【发布时间】:2021-08-19 11:11:33
【问题描述】:
我想编码
if (???) then
-- Code which is intended to run specially on CORE ( e.g. special references to CORE objects )
else
-- Code which is not intended to run on CORE ( e.g. the standard "require()",..)
end
如何做到这一点? 我猜我可能会用“os”库函数来做,但我没有得到任何线索。
真诚的 罗尔夫
【问题讨论】:
标签: lua operating-system game-engine lua-api coregames