Package dan200.computercraft.api.lua
Interface ILuaCallback
public interface ILuaCallback
A continuation which is called when this coroutine is resumed.
- 
Method SummaryModifier and TypeMethodDescriptionResume this coroutine.
- 
Method Details- 
resumeResume this coroutine.- Parameters:
- args- The result of resuming this coroutine. These will have the same form as described in- LuaFunction.
- Returns:
- The result of this continuation. Either the result to return to the callee, or another yield.
- Throws:
- LuaException- On an error.
 
 
-