|
@@ -57,6 +57,5 @@ Vector4 ToVector4(const String& source, bool allowMissingCoords = false);
|
|
|
String ToString(void* value);
|
|
String ToString(void* value);
|
|
|
/// Convert an unsigned integer to string as hexadecimal.
|
|
/// Convert an unsigned integer to string as hexadecimal.
|
|
|
String ToStringHex(unsigned value);
|
|
String ToStringHex(unsigned value);
|
|
|
-
|
|
|
|
|
/// Return an index to a string list corresponding to the given string, or a default value if not found. The string list must be empty-terminated.
|
|
/// Return an index to a string list corresponding to the given string, or a default value if not found. The string list must be empty-terminated.
|
|
|
unsigned GetStringListIndex(const String& value, const String* strings, unsigned defaultIndex, bool caseSensitive = false);
|
|
unsigned GetStringListIndex(const String& value, const String* strings, unsigned defaultIndex, bool caseSensitive = false);
|