Tao.Lua SDK Documentation
Lua.lua_Hook Delegate
[Visual Basic]
Public Delegate Sub Lua.lua_Hook( _
ByVal
L
As
IntPtr
, _
ByRef
ar
As
lua_Debug
_
)
[C#]
public delegate void Lua.lua_Hook(
IntPtr
L
,
ref
lua_Debug
ar
);
Requirements
Namespace:
Tao.Lua
Assembly:
Tao.Lua (in Tao.Lua.dll)
See Also
Tao.Lua Namespace