Tao.Lua SDK Documentation

Lua.lua_touserdata Method 

If the value at the given acceptable index is a full userdata, returns its block address. If the value is a light userdata, returns its pointer. Otherwise, returns NULL.

[Visual Basic]
Public Shared Function lua_touserdata( _
   ByVal L As IntPtr, _
   ByVal idx As Integer _
) As IntPtr
[C#]
public static IntPtr lua_touserdata(
   IntPtr L,
   int idx
);

Parameters

L
idx

Return Value

See Also

Lua Class | Tao.Lua Namespace