Tao.Lua SDK Documentation

Lua.luaL_typename Method 

Returns the name of the type of the value at index idx.

[Visual Basic]
Public Shared Function luaL_typename( _
   ByVal L As IntPtr, _
   ByVal i As Integer _
) As String
[C#]
public static string luaL_typename(
   IntPtr L,
   int i
);

Parameters

L
i

Return Value

See Also

Lua Class | Tao.Lua Namespace