lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mar 5, 2017, at 4:26 PM, "Soni L." <fakedme@gmail.com> wrote:
> Here's a challenge for you:
> 
> Write an extensible game modding API, using only static non-replaceable functions, and without ever deferring to an object function inside them.

Sorry, I don't understand. What's an "object function" and "static non-replaceable function"? In Lua there is just one function type.

Also, I don't see how not using "self" would stop me from writing a modding API.

Petri