public void CreateMetaTableType(string strName, LuaType iType) { LuaBase.CreateMetaTableType(strName, iType); }
public bool IsType(int iStackPos, LuaType iType) { return(LuaBase.IsType(iStackPos, iType)); }
public string GetTypeName(LuaType iType) { return(LuaBase.GetTypeName(iType)); }
public void PushSpecial(LuaType iType) { LuaBase.PushSpecial(iType); }