Tao.Lua SDK Documentation |
|
Lua.lua_gethookmask Method
Returns the current hook mask.
[Visual Basic]
Public Shared Function lua_gethookmask( _
ByVal
L As
IntPtr _
) As
Integer
[C#]
public static
int lua_gethookmask(
IntPtr L);
Parameters
-
L
-
Return Value
See Also
Lua Class | Tao.Lua Namespace