类型 函数 对象 CoronaPrototype 库 none 返回值 none 版本 版本 2024.3703
基于 CoronaPrototype 的对象不能覆盖它们的 __index 元方法。
__index
调用时,将在原始 __index 元方法前调用 indexFunc。如果 indexFunc 返回 nil,那么将调用原始元方法。
indexFunc
nil
object:setExtension( indexFunc )
函数. 索引函数。