onCoroutineResume property
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;