ClassLuaFunction - HydraFramework/Hydra GitHub Wiki

In Native

name description
executeWithReturnValue(...):Object execute lua function with parameters
executeWithReturnValues(...):Array execute lua function with parameters, return multi-value in one Array
executeWithoutReturnValue(...):void execute lua function inside coroutine

In Lua

Simple Lua Closure/Function

⚠️ **GitHub.com Fallback** ⚠️