|
|
@@ -1878,6 +1878,18 @@ Properties:
|
|
|
- bool timeStamp
|
|
|
- bool quiet
|
|
|
|
|
|
+### LuaScript
|
|
|
+
|
|
|
+
|
|
|
+Methods:
|
|
|
+
|
|
|
+- void SetExecuteConsoleCommands(bool enable)
|
|
|
+- bool GetExecuteConsoleCommands()
|
|
|
+
|
|
|
+Properties:
|
|
|
+
|
|
|
+- bool executeConsoleCommands
|
|
|
+
|
|
|
### LuaScriptInstance : Component
|
|
|
|
|
|
Methods:
|
|
|
@@ -5705,6 +5717,7 @@ Properties:
|
|
|
- Input* GetInput()
|
|
|
- String GetInternalPath(const String pathName)
|
|
|
- Log* GetLog()
|
|
|
+- LuaScript* GetLuaScript()
|
|
|
- String GetNativePath(const String pathName)
|
|
|
- Network* GetNetwork()
|
|
|
- unsigned GetNumLogicalCPUs()
|
|
|
@@ -5726,9 +5739,9 @@ Properties:
|
|
|
- void PrintLine(const String str, bool error = false)
|
|
|
- int Rand()
|
|
|
- float RandStandardNormal()
|
|
|
+- float Random(float range)
|
|
|
- float Random()
|
|
|
- float Random(float min, float max)
|
|
|
-- float Random(float range)
|
|
|
- int RandomInt(int range)
|
|
|
- int RandomInt(int min, int max)
|
|
|
- float RandomNormal(float meanValue, float variance)
|
|
|
@@ -5757,8 +5770,8 @@ Properties:
|
|
|
- Vector3 ToVector3(const String source)
|
|
|
- Vector4 ToVector4(const String source, bool allowMissingCoords = false)
|
|
|
- void UnsubscribeFromAllEvents()
|
|
|
-- void UnsubscribeFromEvent(void* sender, const String eventName, const String functionName = String::EMPTY)
|
|
|
- void UnsubscribeFromEvent(const String eventName, const String functionName = String::EMPTY)
|
|
|
+- void UnsubscribeFromEvent(void* sender, const String eventName, const String functionName = String::EMPTY)
|
|
|
- void UnsubscribeFromEvents(void* sender)
|
|
|
|
|
|
|
|
|
@@ -5772,6 +5785,7 @@ Properties:
|
|
|
- Graphics* graphics (readonly)
|
|
|
- Input* input (readonly)
|
|
|
- Log* log (readonly)
|
|
|
+- LuaScript* luaScript (readonly)
|
|
|
- Network* network (readonly)
|
|
|
- Renderer* renderer (readonly)
|
|
|
- Time* time (readonly)
|