The LuaClosure class
Guide
Edit on GitHub ✎
LuaClosure is a wrapper class for LUA_TFUNCTION which could be return from calling to Lua function.
Intro
LuaClosure is a wrapper class for LUA_TFUNCTION which could be return from calling to Lua function.
Class synopsis
class LuaClosure { }
Luaclosure