Uint16 & Int16 ToString, Typename.
This commit is contained in:
@@ -160,6 +160,10 @@ const char* VariantType::GetTypeName() const
|
||||
return "System.Void";
|
||||
case Bool:
|
||||
return "System.Boolean";
|
||||
case Int16:
|
||||
return "System.Int16";
|
||||
case Uint16:
|
||||
return "System.UInt16";
|
||||
case Int:
|
||||
return "System.Int32";
|
||||
case Uint:
|
||||
@@ -225,6 +229,12 @@ const char* VariantType::GetTypeName() const
|
||||
case Bool:
|
||||
result = TEXT("Bool");
|
||||
break;
|
||||
case Int16:
|
||||
result = TEXT("Int16");
|
||||
break;
|
||||
case Uint16:
|
||||
result = TEXT("Uint16");
|
||||
break;
|
||||
case Int:
|
||||
result = TEXT("Int");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user