|
|
@@ -7746,6 +7746,7 @@ Properties:
|
|
|
- String GetInternalPath(const String pathName)
|
|
|
- Localization* GetLocalization()
|
|
|
- Log* GetLog()
|
|
|
+- String GetMiniDumpDir()
|
|
|
- String GetNativePath(const String pathName)
|
|
|
- Network* GetNetwork()
|
|
|
- unsigned GetNumLogicalCPUs()
|
|
|
@@ -7775,22 +7776,23 @@ Properties:
|
|
|
- int Rand()
|
|
|
- float RandStandardNormal()
|
|
|
- float Random()
|
|
|
-- float Random(float range)
|
|
|
- float Random(float min, float max)
|
|
|
-- int RandomInt(int range)
|
|
|
+- float Random(float range)
|
|
|
- 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)
|
|
|
- unsigned SDBMHash(unsigned hash, char c)
|
|
|
- void SendEvent(const String eventName, VariantMap& eventData)
|
|
|
- void SetExecuteConsoleCommands(bool enable)
|
|
|
+- void SetMiniDumpDir(const String pathName)
|
|
|
- void SetRandomSeed(unsigned seed)
|
|
|
- float Sign(float value)
|
|
|
- float Sin(float angle)
|
|
|
- float SmoothStep(float lhs, float rhs, float t)
|
|
|
-- void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
|
|
|
- void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
|
|
|
+- void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
|
|
|
- float Tan(float angle)
|
|
|
- bool ToBool(const String source)
|
|
|
- Color ToColor(const String source)
|