Beispiel #1
0
 public void CreateMetaTableType(string strName, LuaType iType)
 {
     LuaBase.CreateMetaTableType(strName, iType);
 }
Beispiel #2
0
 public bool IsType(int iStackPos, LuaType iType)
 {
     return(LuaBase.IsType(iStackPos, iType));
 }
Beispiel #3
0
 public string GetTypeName(LuaType iType)
 {
     return(LuaBase.GetTypeName(iType));
 }
Beispiel #4
0
 public void PushSpecial(LuaType iType)
 {
     LuaBase.PushSpecial(iType);
 }