Tao.Lua SDK Documentation
Lua.luaL_getmetafield Method
[Visual Basic]
Public Shared Function luaL_getmetafield( _
ByVal
L
As
IntPtr
, _
ByVal
obj
As
Integer
, _
ByVal
e
As
String
_
) As
Integer
[C#]
public static
int
luaL_getmetafield(
IntPtr
L
,
int
obj
,
string
e
);
See Also
Lua Class
|
Tao.Lua Namespace