[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Overriding return values
- From: Sean Conner <sean@...>
- Date: Sat, 20 Dec 2014 16:27:26 -0500
It was thus said that the Great Soni L. once stated:
> So let's say I'm hacking the internals and I wanna force a Lua function
> to stop and just return whatever I want instead of continuing and/or
> returning what it wants to return. How can I do this?
Um ... insert a return statement where you want it to return, with the
data you want to return?
-spc