onCoroutineResume property

LuaObject Function(int addr, List<LuaObject> vargs) onCoroutineResume
getter/setter pair

Given a coroutine int address and optional vargs, resume that coroutine and return a value. Multiple values will be unpacked by the runtime.

Implementation

LuaObject Function(int addr, List<LuaObject> vargs) onCoroutineResume;