|
@@ -7811,9 +7811,9 @@ Properties:
|
|
|
- String GetFileNameAndExtension(const String fullPath, bool lowercaseExtension = false)
|
|
- String GetFileNameAndExtension(const String fullPath, bool lowercaseExtension = false)
|
|
|
- String GetFileSizeString(long memorySize)
|
|
- String GetFileSizeString(long memorySize)
|
|
|
- FileSystem* GetFileSystem()
|
|
- FileSystem* GetFileSystem()
|
|
|
-- Graphics* GetGraphics()
|
|
|
|
|
- Variant GetGlobalVar(const String key)
|
|
- Variant GetGlobalVar(const String key)
|
|
|
- VariantMap& GetGlobalVars()
|
|
- VariantMap& GetGlobalVars()
|
|
|
|
|
+- Graphics* GetGraphics()
|
|
|
- Input* GetInput()
|
|
- Input* GetInput()
|
|
|
- String GetInternalPath(const String pathName)
|
|
- String GetInternalPath(const String pathName)
|
|
|
- Localization* GetLocalization()
|
|
- Localization* GetLocalization()
|
|
@@ -7848,8 +7848,8 @@ Properties:
|
|
|
- int Rand()
|
|
- int Rand()
|
|
|
- float RandStandardNormal()
|
|
- float RandStandardNormal()
|
|
|
- float Random()
|
|
- float Random()
|
|
|
-- float Random(float min, float max)
|
|
|
|
|
- float Random(float range)
|
|
- float Random(float range)
|
|
|
|
|
+- float Random(float min, float max)
|
|
|
- int RandomInt(int min, int max)
|
|
- int RandomInt(int min, int max)
|
|
|
- int RandomInt(int range)
|
|
- int RandomInt(int range)
|
|
|
- float RandomNormal(float meanValue, float variance)
|
|
- float RandomNormal(float meanValue, float variance)
|
|
@@ -7864,8 +7864,8 @@ Properties:
|
|
|
- float Sign(float value)
|
|
- float Sign(float value)
|
|
|
- float Sin(float angle)
|
|
- float Sin(float angle)
|
|
|
- float SmoothStep(float lhs, float rhs, float t)
|
|
- float SmoothStep(float lhs, float rhs, float t)
|
|
|
-- void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
|
|
|
|
|
- void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
|
|
- void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
|
|
|
|
|
+- void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
|
|
|
- float Tan(float angle)
|
|
- float Tan(float angle)
|
|
|
- bool ToBool(const String source)
|
|
- bool ToBool(const String source)
|
|
|
- Color ToColor(const String source)
|
|
- Color ToColor(const String source)
|