Tao.Lua SDK Documentation

Lua.lua_gethook Method 

Returns the current hook function.

[Visual Basic]
Public Shared Function lua_gethook( _
   ByVal L As IntPtr _
) As lua_Hook
[C#]
public static lua_Hook lua_gethook(
   IntPtr L
);

Parameters

L

Return Value

See Also

Lua Class | Tao.Lua Namespace