|
|
@@ -6227,6 +6227,7 @@ Methods:
|
|
|
- String ReadFileID()
|
|
|
- float ReadFloat()
|
|
|
- int ReadInt()
|
|
|
+- int64 ReadInt64()
|
|
|
- IntRect ReadIntRect()
|
|
|
- IntVector2 ReadIntVector2()
|
|
|
- String ReadLine()
|
|
|
@@ -6242,6 +6243,7 @@ Methods:
|
|
|
- StringHash ReadStringHash()
|
|
|
- uint8 ReadUByte()
|
|
|
- uint ReadUInt()
|
|
|
+- uint64 ReadUInt64()
|
|
|
- uint16 ReadUShort()
|
|
|
- uint ReadVLE()
|
|
|
- Variant ReadVariant()
|
|
|
@@ -6787,6 +6789,7 @@ Methods:
|
|
|
- String ReadFileID()
|
|
|
- float ReadFloat()
|
|
|
- int ReadInt()
|
|
|
+- int64 ReadInt64()
|
|
|
- IntRect ReadIntRect()
|
|
|
- IntVector2 ReadIntVector2()
|
|
|
- String ReadLine()
|
|
|
@@ -6802,6 +6805,7 @@ Methods:
|
|
|
- StringHash ReadStringHash()
|
|
|
- uint8 ReadUByte()
|
|
|
- uint ReadUInt()
|
|
|
+- uint64 ReadUInt64()
|
|
|
- uint16 ReadUShort()
|
|
|
- uint ReadVLE()
|
|
|
- Variant ReadVariant()
|
|
|
@@ -6821,6 +6825,7 @@ Methods:
|
|
|
- bool WriteFileID(const String&)
|
|
|
- bool WriteFloat(float)
|
|
|
- bool WriteInt(int)
|
|
|
+- bool WriteInt64(int64)
|
|
|
- bool WriteIntRect(const IntRect&)
|
|
|
- bool WriteIntVector2(const IntVector2&)
|
|
|
- bool WriteLine(const String&)
|
|
|
@@ -6836,6 +6841,7 @@ Methods:
|
|
|
- bool WriteStringHash(const StringHash&)
|
|
|
- bool WriteUByte(uint8)
|
|
|
- bool WriteUInt(uint)
|
|
|
+- bool WriteUInt64(uint64)
|
|
|
- bool WriteUShort(uint16)
|
|
|
- bool WriteVLE(uint)
|
|
|
- bool WriteVariant(const Variant&)
|
|
|
@@ -7109,6 +7115,7 @@ Methods:
|
|
|
- String ReadFileID()
|
|
|
- float ReadFloat()
|
|
|
- int ReadInt()
|
|
|
+- int64 ReadInt64()
|
|
|
- IntRect ReadIntRect()
|
|
|
- IntVector2 ReadIntVector2()
|
|
|
- String ReadLine()
|
|
|
@@ -7124,6 +7131,7 @@ Methods:
|
|
|
- StringHash ReadStringHash()
|
|
|
- uint8 ReadUByte()
|
|
|
- uint ReadUInt()
|
|
|
+- uint64 ReadUInt64()
|
|
|
- uint16 ReadUShort()
|
|
|
- uint ReadVLE()
|
|
|
- Variant ReadVariant()
|
|
|
@@ -8417,6 +8425,7 @@ Methods:
|
|
|
- String ReadFileID()
|
|
|
- float ReadFloat()
|
|
|
- int ReadInt()
|
|
|
+- int64 ReadInt64()
|
|
|
- IntRect ReadIntRect()
|
|
|
- IntVector2 ReadIntVector2()
|
|
|
- String ReadLine()
|
|
|
@@ -8432,6 +8441,7 @@ Methods:
|
|
|
- StringHash ReadStringHash()
|
|
|
- uint8 ReadUByte()
|
|
|
- uint ReadUInt()
|
|
|
+- uint64 ReadUInt64()
|
|
|
- uint16 ReadUShort()
|
|
|
- uint ReadVLE()
|
|
|
- Variant ReadVariant()
|
|
|
@@ -8451,6 +8461,7 @@ Methods:
|
|
|
- bool WriteFileID(const String&)
|
|
|
- bool WriteFloat(float)
|
|
|
- bool WriteInt(int)
|
|
|
+- bool WriteInt64(int64)
|
|
|
- bool WriteIntRect(const IntRect&)
|
|
|
- bool WriteIntVector2(const IntVector2&)
|
|
|
- bool WriteLine(const String&)
|
|
|
@@ -8466,6 +8477,7 @@ Methods:
|
|
|
- bool WriteStringHash(const StringHash&)
|
|
|
- bool WriteUByte(uint8)
|
|
|
- bool WriteUInt(uint)
|
|
|
+- bool WriteUInt64(uint64)
|
|
|
- bool WriteUShort(uint16)
|
|
|
- bool WriteVLE(uint)
|
|
|
- bool WriteVariant(const Variant&)
|
|
|
@@ -11175,6 +11187,7 @@ Methods:
|
|
|
- bool WriteFileID(const String&)
|
|
|
- bool WriteFloat(float)
|
|
|
- bool WriteInt(int)
|
|
|
+- bool WriteInt64(int64)
|
|
|
- bool WriteIntRect(const IntRect&)
|
|
|
- bool WriteIntVector2(const IntVector2&)
|
|
|
- bool WriteLine(const String&)
|
|
|
@@ -11190,6 +11203,7 @@ Methods:
|
|
|
- bool WriteStringHash(const StringHash&)
|
|
|
- bool WriteUByte(uint8)
|
|
|
- bool WriteUInt(uint)
|
|
|
+- bool WriteUInt64(uint64)
|
|
|
- bool WriteUShort(uint16)
|
|
|
- bool WriteVLE(uint)
|
|
|
- bool WriteVariant(const Variant&)
|
|
|
@@ -14036,6 +14050,7 @@ Methods:
|
|
|
- String ReadFileID()
|
|
|
- float ReadFloat()
|
|
|
- int ReadInt()
|
|
|
+- int64 ReadInt64()
|
|
|
- IntRect ReadIntRect()
|
|
|
- IntVector2 ReadIntVector2()
|
|
|
- String ReadLine()
|
|
|
@@ -14051,6 +14066,7 @@ Methods:
|
|
|
- StringHash ReadStringHash()
|
|
|
- uint8 ReadUByte()
|
|
|
- uint ReadUInt()
|
|
|
+- uint64 ReadUInt64()
|
|
|
- uint16 ReadUShort()
|
|
|
- uint ReadVLE()
|
|
|
- Variant ReadVariant()
|
|
|
@@ -14071,6 +14087,7 @@ Methods:
|
|
|
- bool WriteFileID(const String&)
|
|
|
- bool WriteFloat(float)
|
|
|
- bool WriteInt(int)
|
|
|
+- bool WriteInt64(int64)
|
|
|
- bool WriteIntRect(const IntRect&)
|
|
|
- bool WriteIntVector2(const IntVector2&)
|
|
|
- bool WriteLine(const String&)
|
|
|
@@ -14086,6 +14103,7 @@ Methods:
|
|
|
- bool WriteStringHash(const StringHash&)
|
|
|
- bool WriteUByte(uint8)
|
|
|
- bool WriteUInt(uint)
|
|
|
+- bool WriteUInt64(uint64)
|
|
|
- bool WriteUShort(uint16)
|
|
|
- bool WriteVLE(uint)
|
|
|
- bool WriteVariant(const Variant&)
|