|
|
@@ -8244,7 +8244,7 @@ Properties:
|
|
|
- bool ToBool(const String source)
|
|
|
- Color ToColor(const String source)
|
|
|
- float ToFloat(const String source)
|
|
|
-- int ToInt(const String source)
|
|
|
+- int ToInt(const String source, int base = 10)
|
|
|
- IntRect ToIntRect(const String source)
|
|
|
- IntVector2 ToIntVector2(const String source)
|
|
|
- unsigned ToLower(unsigned ch)
|
|
|
@@ -8255,7 +8255,7 @@ Properties:
|
|
|
- Rect ToRect(const String source)
|
|
|
- String ToString(void* value)
|
|
|
- String ToStringHex(unsigned value)
|
|
|
-- unsigned ToUInt(const String source)
|
|
|
+- unsigned ToUInt(const String source, int base = 10)
|
|
|
- unsigned ToUpper(unsigned ch)
|
|
|
- Vector2 ToVector2(const String source)
|
|
|
- Vector3 ToVector3(const String source)
|