Delegate LuauCallback.NativeDelegate
- Namespace
- LuauInterop.Runtime
- Assembly
- LuauInterop.dll
The native delegate that wraps the managed function.
public delegate int LuauCallback.NativeDelegate(LuaState state)
Parameters
stateLuaState- The native delegate that wraps the managed function.
Returns
- int
- The native delegate that wraps the managed function.