Table of Contents

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

state LuaState
The native delegate that wraps the managed function.

Returns

int
The native delegate that wraps the managed function.