|
@@ -2843,9 +2843,7 @@ Methods:
|
|
|
- void SetScriptObjectType(const String scriptObjectType)
|
|
- void SetScriptObjectType(const String scriptObjectType)
|
|
|
- void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
|
|
- 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 UnsubscribeFromEvent(const String eventName, void* functionOrFunctionName)
|
|
|
|
|
- void UnsubscribeFromEvent(const String eventName)
|
|
- void UnsubscribeFromEvent(const String eventName)
|
|
|
-- void UnsubscribeFromEvent(Object* sender, const String eventName, void* functionOrFunctionName)
|
|
|
|
|
- void UnsubscribeFromEvent(Object* sender, const String eventName)
|
|
- void UnsubscribeFromEvent(Object* sender, const String eventName)
|
|
|
- void UnsubscribeFromEvents(Object* sender)
|
|
- void UnsubscribeFromEvents(Object* sender)
|
|
|
- void UnsubscribeFromAllEvents()
|
|
- void UnsubscribeFromAllEvents()
|
|
@@ -7313,11 +7311,11 @@ Properties:
|
|
|
- void PrintLine(const String str, bool error = false)
|
|
- void PrintLine(const String str, bool error = false)
|
|
|
- int Rand()
|
|
- int Rand()
|
|
|
- float RandStandardNormal()
|
|
- float RandStandardNormal()
|
|
|
-- float Random(float range)
|
|
|
|
|
- float Random()
|
|
- float Random()
|
|
|
- float Random(float min, float max)
|
|
- float Random(float min, float max)
|
|
|
-- int RandomInt(int range)
|
|
|
|
|
|
|
+- float Random(float range)
|
|
|
- int RandomInt(int min, int max)
|
|
- int RandomInt(int min, int max)
|
|
|
|
|
+- int RandomInt(int range)
|
|
|
- float RandomNormal(float meanValue, float variance)
|
|
- float RandomNormal(float meanValue, float variance)
|
|
|
- String RemoveTrailingSlash(const String pathName)
|
|
- String RemoveTrailingSlash(const String pathName)
|
|
|
- String ReplaceExtension(const String fullPath, const String newExtension)
|
|
- String ReplaceExtension(const String fullPath, const String newExtension)
|
|
@@ -7328,8 +7326,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)
|
|
@@ -7352,10 +7350,8 @@ Properties:
|
|
|
- Vector4 ToVector4(const String source, bool allowMissingCoords = false)
|
|
- Vector4 ToVector4(const String source, bool allowMissingCoords = false)
|
|
|
- void UnsubscribeFromAllEvents()
|
|
- void UnsubscribeFromAllEvents()
|
|
|
- void UnsubscribeFromAllEventsExcept(const Vector<String>& exceptionNames)
|
|
- void UnsubscribeFromAllEventsExcept(const Vector<String>& exceptionNames)
|
|
|
-- void UnsubscribeFromEvent(const String eventName)
|
|
|
|
|
-- void UnsubscribeFromEvent(Object* sender, const String eventName, void* functionOrFunctionName)
|
|
|
|
|
-- void UnsubscribeFromEvent(const String eventName, void* functionOrFunctionName)
|
|
|
|
|
- void UnsubscribeFromEvent(Object* sender, const String eventName)
|
|
- void UnsubscribeFromEvent(Object* sender, const String eventName)
|
|
|
|
|
+- void UnsubscribeFromEvent(const String eventName)
|
|
|
- void UnsubscribeFromEvents(Object* sender)
|
|
- void UnsubscribeFromEvents(Object* sender)
|
|
|
|
|
|
|
|
|
|
|