|
|
@@ -7106,7 +7106,9 @@ Properties:
|
|
|
- float Atan2(float y, float x)
|
|
|
- float Clamp(float value, float min, float max)
|
|
|
- int ClampInt(int value, int min, int max)
|
|
|
+- VectorBuffer CompressVectorBuffer(VectorBuffer& src)
|
|
|
- float Cos(float angle)
|
|
|
+- VectorBuffer DecompressVectorBuffer(VectorBuffer& src)
|
|
|
- bool Equals(float lhs, float rhs)
|
|
|
- void ErrorDialog(const String title, const String message)
|
|
|
- void ErrorExit(const String message = String::EMPTY, int exitCode = EXIT_FAILURE)
|
|
|
@@ -7155,11 +7157,11 @@ Properties:
|
|
|
- void PrintLine(const String str, bool error = false)
|
|
|
- int Rand()
|
|
|
- float RandStandardNormal()
|
|
|
-- float Random()
|
|
|
-- float Random(float min, float max)
|
|
|
- float Random(float range)
|
|
|
-- int RandomInt(int range)
|
|
|
+- float Random(float min, float max)
|
|
|
+- float Random()
|
|
|
- int RandomInt(int min, int max)
|
|
|
+- int RandomInt(int range)
|
|
|
- float RandomNormal(float meanValue, float variance)
|
|
|
- String RemoveTrailingSlash(const String pathName)
|
|
|
- String ReplaceExtension(const String fullPath, const String newExtension)
|
|
|
@@ -7170,8 +7172,8 @@ Properties:
|
|
|
- float Sign(float value)
|
|
|
- float Sin(float angle)
|
|
|
- float SmoothStep(float lhs, float rhs, float t)
|
|
|
-- void SubscribeToEvent(const String eventName, const String functionName)
|
|
|
- void SubscribeToEvent(void* sender, const String eventName, const String functionName)
|
|
|
+- void SubscribeToEvent(const String eventName, const String functionName)
|
|
|
- float Tan(float angle)
|
|
|
- bool ToBool(const String source)
|
|
|
- Color ToColor(const String source)
|