Browse Source

Update script docs

1vanK 3 years ago
parent
commit
3d4894d3e9
2 changed files with 116 additions and 140 deletions
  1. 58 70
      Docs/AngelScriptAPI.h
  2. 58 70
      Docs/ScriptAPI.dox

+ 58 - 70
Docs/AngelScriptAPI.h

@@ -9221,7 +9221,7 @@ XMLFile GetDefaultStyle() const;
 VariantMap& GetEventDataMap() const;
 Object GetEventSender() const;
 Text GetMemoryText() const;
-uint GetMode() const;
+int GetMode() const;
 Text GetModeText() const;
 float GetProfilerInterval() const;
 uint GetProfilerMaxDepth() const;
@@ -9246,13 +9246,13 @@ void SetAppStats(const String&, const Variant&);
 void SetBlockEvents(bool);
 void SetDefaultStyle(XMLFile);
 void SetGlobalVar(StringHash, const Variant&);
-void SetMode(uint);
+void SetMode(int);
 void SetProfilerInterval(float);
 void SetProfilerMaxDepth(uint);
 void SetUseRendererStats(bool);
 const String& GetCategory() const;
 const String& GetTypeName() const;
-void Toggle(uint);
+void Toggle(int);
 void ToggleAll();
 void UnsubscribeFromAllEvents();
 void UnsubscribeFromAllEventsExcept(Array<StringHash>, bool);
@@ -9275,7 +9275,7 @@ Array<Variant> globalVar;
 VariantMap globalVars;
 /* readonly */
 Text memoryText;
-uint mode;
+int mode;
 /* readonly */
 Text modeText;
 float profilerInterval;
@@ -10482,7 +10482,7 @@ int GetIndent() const;
 int GetIndentSpacing() const;
 int GetIndentWidth() const;
 bool GetInterceptNetworkUpdate(const String&) const;
-UIElement GetItem(uint) const;
+UIElement GetItem(int) const;
 Array<UIElement> GetItems() const;
 int GetLayoutElementMaxSize() const;
 LayoutMode GetLayoutMode() const;
@@ -10496,7 +10496,7 @@ int GetMinHeight() const;
 int GetMinWidth() const;
 uint GetNumAttributes() const;
 int GetNumChildren(bool = false) const;
-uint GetNumItems() const;
+int GetNumItems() const;
 uint GetNumNetworkAttributes() const;
 ObjectAnimation GetObjectAnimation() const;
 ResourceRef GetObjectAnimationAttr() const;
@@ -10510,7 +10510,7 @@ float GetRepeatRate() const;
 bool GetResizePopup() const;
 UIElement GetRoot() const;
 UIElement GetSelectedItem() const;
-uint GetSelection() const;
+int GetSelection() const;
 bool GetShowPopup() const;
 bool GetSortChildren() const;
 Object GetSubsystem(StringHash) const;
@@ -10529,7 +10529,7 @@ bool HasSubscribedToEvent(Object, StringHash) const;
 bool HasSubscribedToEvent(StringHash) const;
 bool HasTag(const String&) const;
 void InsertChild(int, UIElement);
-void InsertItem(uint, UIElement);
+void InsertItem(int, UIElement);
 const IntRect& GetBorder() const;
 const IntRect& GetClipBorder() const;
 const IntRect& GetImageBorder() const;
@@ -10618,7 +10618,7 @@ void RemoveChild(uint);
 void RemoveChildAtIndex(int);
 void RemoveInstanceDefault();
 void RemoveItem(UIElement);
-void RemoveItem(uint);
+void RemoveItem(int);
 void RemoveObjectAnimation();
 bool RemoveTag(const String&);
 void ResetDeepEnabled();
@@ -10729,8 +10729,8 @@ void SetRepeatDelay(float);
 void SetRepeatRate(float);
 void SetResizePopup(bool);
 void SetSelected(bool);
-void SetSelection(uint);
-void SetSelectionAttr(uint);
+void SetSelection(int);
+void SetSelectionAttr(int);
 void SetSize(const IntVector2&);
 void SetSize(int, int);
 void SetSortChildren(bool);
@@ -10879,7 +10879,7 @@ uint numAttributes;
 /* readonly */
 uint numChildren;
 /* readonly */
-uint numItems;
+int numItems;
 ObjectAnimation objectAnimation;
 float opacity;
 UIElement parent;
@@ -10907,7 +10907,7 @@ IntVector2 screenPosition;
 bool selected;
 /* readonly */
 UIElement selectedItem;
-uint selection;
+int selection;
 bool showPopup;
 IntVector2 size;
 bool sortChildren;
@@ -14725,7 +14725,7 @@ ListView();
 // Methods:
 void AddChild(UIElement);
 void AddItem(UIElement);
-void AddSelection(uint);
+void AddSelection(int);
 void AddTag(const String&);
 void AddTags(Array<String>);
 void AddTags(const String&, int8 = ';');
@@ -14747,11 +14747,11 @@ IntVector2 ElementToScreen(const IntVector2&);
 void EnableInternalLayoutUpdate();
 void EnableLayoutUpdate();
 void EnsureItemVisibility(UIElement);
-void EnsureItemVisibility(uint);
-void Expand(uint, bool, bool = false);
+void EnsureItemVisibility(int);
+void Expand(int, bool, bool = false);
 bool FilterAttributes(XMLElement&) const;
 int FindChild(UIElement) const;
-uint FindItem(UIElement) const;
+int FindItem(UIElement) const;
 bool GetAnimationEnabled() const;
 Variant GetAttribute(const String&) const;
 Variant GetAttribute(uint) const;
@@ -14798,7 +14798,7 @@ int GetIndent() const;
 int GetIndentSpacing() const;
 int GetIndentWidth() const;
 bool GetInterceptNetworkUpdate(const String&) const;
-UIElement GetItem(uint) const;
+UIElement GetItem(int) const;
 Array<UIElement> GetItems() const;
 int GetLayoutElementMaxSize() const;
 LayoutMode GetLayoutMode() const;
@@ -14810,7 +14810,7 @@ int GetMinWidth() const;
 bool GetMultiselect() const;
 uint GetNumAttributes() const;
 int GetNumChildren(bool = false) const;
-uint GetNumItems() const;
+int GetNumItems() const;
 uint GetNumNetworkAttributes() const;
 ObjectAnimation GetObjectAnimation() const;
 ResourceRef GetObjectAnimationAttr() const;
@@ -14827,8 +14827,8 @@ float GetScrollStep() const;
 bool GetSelectOnClickEnd() const;
 UIElement GetSelectedItem() const;
 Array<UIElement> GetSelectedItems() const;
-uint GetSelection() const;
-Array<uint> GetSelections() const;
+int GetSelection() const;
+Array<int> GetSelections() const;
 bool GetSortChildren() const;
 Object GetSubsystem(StringHash) const;
 Array<String> GetTags() const;
@@ -14846,7 +14846,7 @@ bool HasSubscribedToEvent(Object, StringHash) const;
 bool HasSubscribedToEvent(StringHash) const;
 bool HasTag(const String&) const;
 void InsertChild(int, UIElement);
-void InsertItem(uint, UIElement, UIElement = null);
+void InsertItem(int, UIElement, UIElement = null);
 const IntRect& GetClipBorder() const;
 const IntRect& GetLayoutBorder() const;
 const IntVector2& GetChildOffset() const;
@@ -14863,7 +14863,7 @@ bool IsEditable() const;
 bool IsElementEventSender() const;
 bool IsEnabled() const;
 bool IsEnabledSelf() const;
-bool IsExpanded(uint) const;
+bool IsExpanded(int) const;
 bool IsFixedHeight() const;
 bool IsFixedSize() const;
 bool IsFixedWidth() const;
@@ -14872,7 +14872,7 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool IsInstanceOf(StringHash) const;
 bool IsInternal() const;
-bool IsSelected(uint) const;
+bool IsSelected(int) const;
 bool IsTemporary() const;
 bool IsVisible() const;
 bool IsVisibleEffective() const;
@@ -14923,10 +14923,10 @@ void RemoveChild(UIElement, int = 0);
 void RemoveChild(uint);
 void RemoveChildAtIndex(int);
 void RemoveInstanceDefault();
-void RemoveItem(UIElement, uint = 0);
+void RemoveItem(UIElement, int = 0);
 void RemoveItem(int);
 void RemoveObjectAnimation();
-void RemoveSelection(uint);
+void RemoveSelection(int);
 bool RemoveTag(const String&);
 void ResetDeepEnabled();
 void ResetToDefault();
@@ -15029,8 +15029,8 @@ void SetScrollSnapEpsilon(float);
 void SetScrollStep(float);
 void SetSelectOnClickEnd(bool);
 void SetSelected(bool);
-void SetSelection(uint);
-void SetSelections(Array<uint>);
+void SetSelection(int);
+void SetSelections(Array<int>);
 void SetSize(const IntVector2&);
 void SetSize(int, int);
 void SetSortChildren(bool);
@@ -15054,8 +15054,8 @@ const String& GetAppliedStyle() const;
 const String& GetCategory() const;
 const String& GetName() const;
 const String& GetTypeName() const;
-void ToggleExpand(uint, bool = false);
-void ToggleSelection(uint);
+void ToggleExpand(int, bool = false);
+void ToggleSelection(int);
 operator UIElement() const;
 void UnsubscribeFromAllEvents();
 void UnsubscribeFromAllEventsExcept(Array<StringHash>, bool);
@@ -15177,7 +15177,7 @@ uint numAttributes;
 /* readonly */
 uint numChildren;
 /* readonly */
-uint numItems;
+int numItems;
 ObjectAnimation objectAnimation;
 float opacity;
 float pageStep;
@@ -15204,9 +15204,9 @@ bool selected;
 UIElement selectedItem;
 /* readonly */
 Array<UIElement> selectedItems;
-uint selection;
+int selection;
 /* readonly */
-Array<uint> selections;
+Array<int> selections;
 IntVector2 size;
 bool sortChildren;
 String style;
@@ -15411,7 +15411,7 @@ ResourceRef GetObjectAnimationAttr() const;
 Scene GetScene() const;
 Object GetSubsystem(StringHash) const;
 StringHash GetType() const;
-uint GetUpdateEventMask() const;
+int GetUpdateEventMask() const;
 bool HasEventHandlers() const;
 bool HasSubscribedToEvent(Object, StringHash) const;
 bool HasSubscribedToEvent(StringHash) const;
@@ -15465,7 +15465,7 @@ void SetInterceptNetworkUpdate(const String&, bool);
 void SetObjectAnimation(ObjectAnimation);
 void SetObjectAnimationAttr(const ResourceRef&);
 void SetTemporary(bool);
-void SetUpdateEventMask(uint);
+void SetUpdateEventMask(int);
 void Start();
 void Stop();
 const String& GetCategory() const;
@@ -17612,7 +17612,7 @@ Variant GetAttributeDefault(uint) const;
 bool GetBlockEvents() const;
 Node GetChild(StringHash, bool = false) const;
 Node GetChild(const String&, bool = false) const;
-Node GetChild(uint) const;
+Node GetChild(int) const;
 Array<Node> GetChildren() const;
 Array<Node> GetChildren(bool) const;
 Array<Node> GetChildrenWithComponent(StringHash, bool = false) const;
@@ -17630,12 +17630,12 @@ uint GetID() const;
 bool GetInterceptNetworkUpdate(const String&) const;
 StringHash GetNameHash() const;
 uint GetNumAttributes() const;
-uint GetNumChildren(bool = false) const;
-uint GetNumComponents() const;
+int GetNumChildren(bool = false) const;
+int GetNumComponents() const;
 uint GetNumNetworkAttributes() const;
-uint GetNumNetworkComponents() const;
-uint GetNumPersistentChildren() const;
-uint GetNumPersistentComponents() const;
+int GetNumNetworkComponents() const;
+int GetNumPersistentChildren() const;
+int GetNumPersistentComponents() const;
 ObjectAnimation GetObjectAnimation() const;
 ResourceRef GetObjectAnimationAttr() const;
 Component GetOrCreateComponent(StringHash, CreateMode = REPLICATED, uint = 0);
@@ -17716,7 +17716,7 @@ void RemoveInstanceDefault();
 void RemoveListener(Component);
 void RemoveObjectAnimation();
 bool RemoveTag(const String&);
-void ReorderComponent(Component, uint);
+void ReorderComponent(Component, int);
 void ResetDeepEnabled();
 void ResetScene();
 void ResetToDefault();
@@ -17870,7 +17870,7 @@ uint numAttributes;
 /* readonly */
 uint numChildren;
 /* readonly */
-uint numComponents;
+int numComponents;
 ObjectAnimation objectAnimation;
 Connection owner;
 Node parent;
@@ -19150,11 +19150,11 @@ Particle();
 Particle&  operator=(const Particle&);
 
 // Properties:
-uint colorIndex;
+int colorIndex;
 float rotationSpeed;
 float scale;
 Vector2 size;
-uint texIndex;
+int texIndex;
 float timeToLive;
 float timer;
 Vector3 velocity;
@@ -19599,7 +19599,7 @@ uint GetNumAttributes() const;
 uint GetNumBillboards() const;
 uint GetNumNetworkAttributes() const;
 uint GetNumOccluderTriangles();
-uint GetNumParticles() const;
+int GetNumParticles() const;
 ObjectAnimation GetObjectAnimation() const;
 ResourceRef GetObjectAnimationAttr() const;
 Scene GetScene() const;
@@ -19699,7 +19699,7 @@ void SetMaxLights(uint);
 void SetMinAngle(float);
 void SetMinMaxZ(float, float);
 void SetNumBillboards(uint);
-void SetNumParticles(uint);
+void SetNumParticles(int);
 void SetObjectAnimation(ObjectAnimation);
 void SetObjectAnimationAttr(const ResourceRef&);
 void SetOccludee(bool);
@@ -19780,7 +19780,7 @@ Node node;
 /* readonly */
 uint numAttributes;
 uint numBillboards;
-uint numParticles;
+int numParticles;
 ObjectAnimation objectAnimation;
 bool occludee;
 bool occluder;
@@ -21333,7 +21333,7 @@ Scene GetScene() const;
 float GetSteeringValue(int) const;
 Object GetSubsystem(StringHash) const;
 StringHash GetType() const;
-uint GetUpdateEventMask() const;
+int GetUpdateEventMask() const;
 Vector3 GetWheelAxle(int) const;
 Vector3 GetWheelConnectionPoint(int) const;
 float GetWheelDampingCompression(int) const;
@@ -21415,7 +21415,7 @@ void SetObjectAnimation(ObjectAnimation);
 void SetObjectAnimationAttr(const ResourceRef&);
 void SetSteeringValue(int, float);
 void SetTemporary(bool);
-void SetUpdateEventMask(uint);
+void SetUpdateEventMask(int);
 void SetWheelAxle(int, Vector3);
 void SetWheelDampingCompression(int, float);
 void SetWheelDampingRelaxation(int, float);
@@ -23729,7 +23729,7 @@ bool GetBlockEvents() const;
 uint GetChecksum() const;
 Node GetChild(StringHash, bool = false) const;
 Node GetChild(const String&, bool = false) const;
-Node GetChild(uint) const;
+Node GetChild(int) const;
 Array<Node> GetChildren() const;
 Array<Node> GetChildren(bool) const;
 Array<Node> GetChildrenWithComponent(StringHash, bool = false) const;
@@ -23753,12 +23753,12 @@ StringHash GetNameHash() const;
 Node GetNode(uint) const;
 Array<Node> GetNodesWithTag(const String&) const;
 uint GetNumAttributes() const;
-uint GetNumChildren(bool = false) const;
-uint GetNumComponents() const;
+int GetNumChildren(bool = false) const;
+int GetNumComponents() const;
 uint GetNumNetworkAttributes() const;
-uint GetNumNetworkComponents() const;
-uint GetNumPersistentChildren() const;
-uint GetNumPersistentComponents() const;
+int GetNumNetworkComponents() const;
+int GetNumPersistentChildren() const;
+int GetNumPersistentComponents() const;
 ObjectAnimation GetObjectAnimation() const;
 ResourceRef GetObjectAnimationAttr() const;
 Component GetOrCreateComponent(StringHash, CreateMode = REPLICATED, uint = 0);
@@ -23874,7 +23874,7 @@ void RemoveInstanceDefault();
 void RemoveListener(Component);
 void RemoveObjectAnimation();
 bool RemoveTag(const String&);
-void ReorderComponent(Component, uint);
+void ReorderComponent(Component, int);
 void ResetDeepEnabled();
 void ResetScene();
 void ResetToDefault();
@@ -24054,7 +24054,7 @@ uint numAttributes;
 /* readonly */
 uint numChildren;
 /* readonly */
-uint numComponents;
+int numComponents;
 ObjectAnimation objectAnimation;
 /* readonly */
 Octree octree;
@@ -38284,13 +38284,6 @@ uint DD_DISABLED;
 uint DD_SOURCE;
 uint DD_SOURCE_AND_TARGET;
 uint DD_TARGET;
-uint DEBUGHUD_SHOW_ALL;
-uint DEBUGHUD_SHOW_EVENTPROFILER;
-uint DEBUGHUD_SHOW_MEMORY;
-uint DEBUGHUD_SHOW_MODE;
-uint DEBUGHUD_SHOW_NONE;
-uint DEBUGHUD_SHOW_PROFILER;
-uint DEBUGHUD_SHOW_STATS;
 float DEFAULT_CAMERA_FOV;
 float DEFAULT_FARCLIP;
 float DEFAULT_FONT_SIZE;
@@ -39007,11 +39000,6 @@ String SOUND_MUSIC;
 String SOUND_VOICE;
 int STREAM_BUFFER_LENGTH;
 int UI_VERTEX_SIZE;
-uint USE_FIXEDPOSTUPDATE;
-uint USE_FIXEDUPDATE;
-uint USE_NO_EVENT;
-uint USE_POSTUPDATE;
-uint USE_UPDATE;
 uint VARIANT_VALUE_SIZE;
 uint VO_DISABLE_OCCLUSION;
 uint VO_DISABLE_SHADOWS;

+ 58 - 70
Docs/ScriptAPI.dox

@@ -11653,7 +11653,7 @@ Methods:
 - VariantMap& GetEventDataMap() const
 - Object@ GetEventSender() const
 - Text@ GetMemoryText() const
-- uint GetMode() const
+- int GetMode() const
 - Text@ GetModeText() const
 - float GetProfilerInterval() const
 - uint GetProfilerMaxDepth() const
@@ -11678,13 +11678,13 @@ Methods:
 - void SetBlockEvents(bool)
 - void SetDefaultStyle(XMLFile@)
 - void SetGlobalVar(StringHash, const Variant&)
-- void SetMode(uint)
+- void SetMode(int)
 - void SetProfilerInterval(float)
 - void SetProfilerMaxDepth(uint)
 - void SetUseRendererStats(bool)
 - const String& GetCategory() const
 - const String& GetTypeName() const
-- void Toggle(uint)
+- void Toggle(int)
 - void ToggleAll()
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEventsExcept(StringHash[]@, bool)
@@ -11705,7 +11705,7 @@ Properties:
 - Variant[] globalVar
 - VariantMap globalVars // readonly
 - Text@ memoryText // readonly
-- uint mode
+- int mode
 - Text@ modeText // readonly
 - float profilerInterval
 - uint profilerMaxDepth
@@ -12836,7 +12836,7 @@ Methods:
 - int GetIndentSpacing() const
 - int GetIndentWidth() const
 - bool GetInterceptNetworkUpdate(const String&) const
-- UIElement@ GetItem(uint) const
+- UIElement@ GetItem(int) const
 - UIElement@[]@ GetItems() const
 - int GetLayoutElementMaxSize() const
 - LayoutMode GetLayoutMode() const
@@ -12850,7 +12850,7 @@ Methods:
 - int GetMinWidth() const
 - uint GetNumAttributes() const
 - int GetNumChildren(bool = false) const
-- uint GetNumItems() const
+- int GetNumItems() const
 - uint GetNumNetworkAttributes() const
 - ObjectAnimation@ GetObjectAnimation() const
 - ResourceRef GetObjectAnimationAttr() const
@@ -12864,7 +12864,7 @@ Methods:
 - bool GetResizePopup() const
 - UIElement@ GetRoot() const
 - UIElement@ GetSelectedItem() const
-- uint GetSelection() const
+- int GetSelection() const
 - bool GetShowPopup() const
 - bool GetSortChildren() const
 - Object@ GetSubsystem(StringHash) const
@@ -12883,7 +12883,7 @@ Methods:
 - bool HasSubscribedToEvent(StringHash) const
 - bool HasTag(const String&) const
 - void InsertChild(int, UIElement@)
-- void InsertItem(uint, UIElement@)
+- void InsertItem(int, UIElement@)
 - const IntRect& GetBorder() const
 - const IntRect& GetClipBorder() const
 - const IntRect& GetImageBorder() const
@@ -12972,7 +12972,7 @@ Methods:
 - void RemoveChildAtIndex(int)
 - void RemoveInstanceDefault()
 - void RemoveItem(UIElement@)
-- void RemoveItem(uint)
+- void RemoveItem(int)
 - void RemoveObjectAnimation()
 - bool RemoveTag(const String&)
 - void ResetDeepEnabled()
@@ -13083,8 +13083,8 @@ Methods:
 - void SetRepeatRate(float)
 - void SetResizePopup(bool)
 - void SetSelected(bool)
-- void SetSelection(uint)
-- void SetSelectionAttr(uint)
+- void SetSelection(int)
+- void SetSelectionAttr(int)
 - void SetSize(const IntVector2&)
 - void SetSize(int, int)
 - void SetSortChildren(bool)
@@ -13208,7 +13208,7 @@ Properties:
 - uint numAllChildren // readonly
 - uint numAttributes // readonly
 - uint numChildren // readonly
-- uint numItems // readonly
+- int numItems // readonly
 - ObjectAnimation@ objectAnimation
 - float opacity
 - UIElement@ parent
@@ -13230,7 +13230,7 @@ Properties:
 - IntVector2 screenPosition // readonly
 - bool selected
 - UIElement@ selectedItem // readonly
-- uint selection
+- int selection
 - bool showPopup
 - IntVector2 size
 - bool sortChildren
@@ -16702,7 +16702,7 @@ Methods:
 
 - void AddChild(UIElement@)
 - void AddItem(UIElement@)
-- void AddSelection(uint)
+- void AddSelection(int)
 - void AddTag(const String&)
 - void AddTags(String[]@)
 - void AddTags(const String&, int8 = ';')
@@ -16724,11 +16724,11 @@ Methods:
 - void EnableInternalLayoutUpdate()
 - void EnableLayoutUpdate()
 - void EnsureItemVisibility(UIElement@)
-- void EnsureItemVisibility(uint)
-- void Expand(uint, bool, bool = false)
+- void EnsureItemVisibility(int)
+- void Expand(int, bool, bool = false)
 - bool FilterAttributes(XMLElement&) const
 - int FindChild(UIElement@) const
-- uint FindItem(UIElement@) const
+- int FindItem(UIElement@) const
 - bool GetAnimationEnabled() const
 - Variant GetAttribute(const String&) const
 - Variant GetAttribute(uint) const
@@ -16775,7 +16775,7 @@ Methods:
 - int GetIndentSpacing() const
 - int GetIndentWidth() const
 - bool GetInterceptNetworkUpdate(const String&) const
-- UIElement@ GetItem(uint) const
+- UIElement@ GetItem(int) const
 - UIElement@[]@ GetItems() const
 - int GetLayoutElementMaxSize() const
 - LayoutMode GetLayoutMode() const
@@ -16787,7 +16787,7 @@ Methods:
 - bool GetMultiselect() const
 - uint GetNumAttributes() const
 - int GetNumChildren(bool = false) const
-- uint GetNumItems() const
+- int GetNumItems() const
 - uint GetNumNetworkAttributes() const
 - ObjectAnimation@ GetObjectAnimation() const
 - ResourceRef GetObjectAnimationAttr() const
@@ -16804,8 +16804,8 @@ Methods:
 - bool GetSelectOnClickEnd() const
 - UIElement@ GetSelectedItem() const
 - UIElement@[]@ GetSelectedItems() const
-- uint GetSelection() const
-- uint[]@ GetSelections() const
+- int GetSelection() const
+- int[]@ GetSelections() const
 - bool GetSortChildren() const
 - Object@ GetSubsystem(StringHash) const
 - String[]@ GetTags() const
@@ -16823,7 +16823,7 @@ Methods:
 - bool HasSubscribedToEvent(StringHash) const
 - bool HasTag(const String&) const
 - void InsertChild(int, UIElement@)
-- void InsertItem(uint, UIElement@, UIElement@ = null)
+- void InsertItem(int, UIElement@, UIElement@ = null)
 - const IntRect& GetClipBorder() const
 - const IntRect& GetLayoutBorder() const
 - const IntVector2& GetChildOffset() const
@@ -16840,7 +16840,7 @@ Methods:
 - bool IsElementEventSender() const
 - bool IsEnabled() const
 - bool IsEnabledSelf() const
-- bool IsExpanded(uint) const
+- bool IsExpanded(int) const
 - bool IsFixedHeight() const
 - bool IsFixedSize() const
 - bool IsFixedWidth() const
@@ -16849,7 +16849,7 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool IsInstanceOf(StringHash) const
 - bool IsInternal() const
-- bool IsSelected(uint) const
+- bool IsSelected(int) const
 - bool IsTemporary() const
 - bool IsVisible() const
 - bool IsVisibleEffective() const
@@ -16900,10 +16900,10 @@ Methods:
 - void RemoveChild(uint)
 - void RemoveChildAtIndex(int)
 - void RemoveInstanceDefault()
-- void RemoveItem(UIElement@, uint = 0)
+- void RemoveItem(UIElement@, int = 0)
 - void RemoveItem(int)
 - void RemoveObjectAnimation()
-- void RemoveSelection(uint)
+- void RemoveSelection(int)
 - bool RemoveTag(const String&)
 - void ResetDeepEnabled()
 - void ResetToDefault()
@@ -17006,8 +17006,8 @@ Methods:
 - void SetScrollStep(float)
 - void SetSelectOnClickEnd(bool)
 - void SetSelected(bool)
-- void SetSelection(uint)
-- void SetSelections(uint[]@)
+- void SetSelection(int)
+- void SetSelections(int[]@)
 - void SetSize(const IntVector2&)
 - void SetSize(int, int)
 - void SetSortChildren(bool)
@@ -17031,8 +17031,8 @@ Methods:
 - const String& GetCategory() const
 - const String& GetName() const
 - const String& GetTypeName() const
-- void ToggleExpand(uint, bool = false)
-- void ToggleSelection(uint)
+- void ToggleExpand(int, bool = false)
+- void ToggleSelection(int)
 - operator UIElement@() const
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEventsExcept(StringHash[]@, bool)
@@ -17131,7 +17131,7 @@ Properties:
 - uint numAllChildren // readonly
 - uint numAttributes // readonly
 - uint numChildren // readonly
-- uint numItems // readonly
+- int numItems // readonly
 - ObjectAnimation@ objectAnimation
 - float opacity
 - float pageStep
@@ -17151,8 +17151,8 @@ Properties:
 - bool selected // writeonly
 - UIElement@ selectedItem // readonly
 - UIElement@[]@ selectedItems // readonly
-- uint selection
-- uint[]@ selections // readonly
+- int selection
+- int[]@ selections // readonly
 - IntVector2 size
 - bool sortChildren
 - String style
@@ -17336,7 +17336,7 @@ Methods:
 - Scene@ GetScene() const
 - Object@ GetSubsystem(StringHash) const
 - StringHash GetType() const
-- uint GetUpdateEventMask() const
+- int GetUpdateEventMask() const
 - bool HasEventHandlers() const
 - bool HasSubscribedToEvent(Object@, StringHash) const
 - bool HasSubscribedToEvent(StringHash) const
@@ -17390,7 +17390,7 @@ Methods:
 - void SetObjectAnimation(ObjectAnimation@)
 - void SetObjectAnimationAttr(const ResourceRef&)
 - void SetTemporary(bool)
-- void SetUpdateEventMask(uint)
+- void SetUpdateEventMask(int)
 - void Start()
 - void Stop()
 - const String& GetCategory() const
@@ -19381,7 +19381,7 @@ Methods:
 - bool GetBlockEvents() const
 - Node@ GetChild(StringHash, bool = false) const
 - Node@ GetChild(const String&, bool = false) const
-- Node@ GetChild(uint) const
+- Node@ GetChild(int) const
 - Node@[]@ GetChildren() const
 - Node@[]@ GetChildren(bool) const
 - Node@[]@ GetChildrenWithComponent(StringHash, bool = false) const
@@ -19399,12 +19399,12 @@ Methods:
 - bool GetInterceptNetworkUpdate(const String&) const
 - StringHash GetNameHash() const
 - uint GetNumAttributes() const
-- uint GetNumChildren(bool = false) const
-- uint GetNumComponents() const
+- int GetNumChildren(bool = false) const
+- int GetNumComponents() const
 - uint GetNumNetworkAttributes() const
-- uint GetNumNetworkComponents() const
-- uint GetNumPersistentChildren() const
-- uint GetNumPersistentComponents() const
+- int GetNumNetworkComponents() const
+- int GetNumPersistentChildren() const
+- int GetNumPersistentComponents() const
 - ObjectAnimation@ GetObjectAnimation() const
 - ResourceRef GetObjectAnimationAttr() const
 - Component@ GetOrCreateComponent(StringHash, CreateMode = REPLICATED, uint = 0)
@@ -19485,7 +19485,7 @@ Methods:
 - void RemoveListener(Component@)
 - void RemoveObjectAnimation()
 - bool RemoveTag(const String&)
-- void ReorderComponent(Component@, uint)
+- void ReorderComponent(Component@, int)
 - void ResetDeepEnabled()
 - void ResetScene()
 - void ResetToDefault()
@@ -19627,7 +19627,7 @@ Properties:
 - uint numAllChildren // readonly
 - uint numAttributes // readonly
 - uint numChildren // readonly
-- uint numComponents // readonly
+- int numComponents // readonly
 - ObjectAnimation@ objectAnimation
 - Connection@ owner
 - Node@ parent
@@ -20821,11 +20821,11 @@ Methods:
 
 Properties:
 
-- uint colorIndex
+- int colorIndex
 - float rotationSpeed
 - float scale
 - Vector2 size
-- uint texIndex
+- int texIndex
 - float timeToLive
 - float timer
 - Vector3 velocity
@@ -21256,7 +21256,7 @@ Methods:
 - uint GetNumBillboards() const
 - uint GetNumNetworkAttributes() const
 - uint GetNumOccluderTriangles()
-- uint GetNumParticles() const
+- int GetNumParticles() const
 - ObjectAnimation@ GetObjectAnimation() const
 - ResourceRef GetObjectAnimationAttr() const
 - Scene@ GetScene() const
@@ -21356,7 +21356,7 @@ Methods:
 - void SetMinAngle(float)
 - void SetMinMaxZ(float, float)
 - void SetNumBillboards(uint)
-- void SetNumParticles(uint)
+- void SetNumParticles(int)
 - void SetObjectAnimation(ObjectAnimation@)
 - void SetObjectAnimationAttr(const ResourceRef&)
 - void SetOccludee(bool)
@@ -21427,7 +21427,7 @@ Properties:
 - Node@ node // readonly
 - uint numAttributes // readonly
 - uint numBillboards
-- uint numParticles
+- int numParticles
 - ObjectAnimation@ objectAnimation
 - bool occludee
 - bool occluder
@@ -22869,7 +22869,7 @@ Methods:
 - float GetSteeringValue(int) const
 - Object@ GetSubsystem(StringHash) const
 - StringHash GetType() const
-- uint GetUpdateEventMask() const
+- int GetUpdateEventMask() const
 - Vector3 GetWheelAxle(int) const
 - Vector3 GetWheelConnectionPoint(int) const
 - float GetWheelDampingCompression(int) const
@@ -22951,7 +22951,7 @@ Methods:
 - void SetObjectAnimationAttr(const ResourceRef&)
 - void SetSteeringValue(int, float)
 - void SetTemporary(bool)
-- void SetUpdateEventMask(uint)
+- void SetUpdateEventMask(int)
 - void SetWheelAxle(int, Vector3)
 - void SetWheelDampingCompression(int, float)
 - void SetWheelDampingRelaxation(int, float)
@@ -25122,7 +25122,7 @@ Methods:
 - uint GetChecksum() const
 - Node@ GetChild(StringHash, bool = false) const
 - Node@ GetChild(const String&, bool = false) const
-- Node@ GetChild(uint) const
+- Node@ GetChild(int) const
 - Node@[]@ GetChildren() const
 - Node@[]@ GetChildren(bool) const
 - Node@[]@ GetChildrenWithComponent(StringHash, bool = false) const
@@ -25146,12 +25146,12 @@ Methods:
 - Node@ GetNode(uint) const
 - Node@[]@ GetNodesWithTag(const String&) const
 - uint GetNumAttributes() const
-- uint GetNumChildren(bool = false) const
-- uint GetNumComponents() const
+- int GetNumChildren(bool = false) const
+- int GetNumComponents() const
 - uint GetNumNetworkAttributes() const
-- uint GetNumNetworkComponents() const
-- uint GetNumPersistentChildren() const
-- uint GetNumPersistentComponents() const
+- int GetNumNetworkComponents() const
+- int GetNumPersistentChildren() const
+- int GetNumPersistentComponents() const
 - ObjectAnimation@ GetObjectAnimation() const
 - ResourceRef GetObjectAnimationAttr() const
 - Component@ GetOrCreateComponent(StringHash, CreateMode = REPLICATED, uint = 0)
@@ -25267,7 +25267,7 @@ Methods:
 - void RemoveListener(Component@)
 - void RemoveObjectAnimation()
 - bool RemoveTag(const String&)
-- void ReorderComponent(Component@, uint)
+- void ReorderComponent(Component@, int)
 - void ResetDeepEnabled()
 - void ResetScene()
 - void ResetToDefault()
@@ -25429,7 +25429,7 @@ Properties:
 - uint numAllChildren // readonly
 - uint numAttributes // readonly
 - uint numChildren // readonly
-- uint numComponents // readonly
+- int numComponents // readonly
 - ObjectAnimation@ objectAnimation
 - Octree@ octree // readonly
 - Connection@ owner
@@ -38626,13 +38626,6 @@ Properties:
 - uint DD_SOURCE
 - uint DD_SOURCE_AND_TARGET
 - uint DD_TARGET
-- uint DEBUGHUD_SHOW_ALL
-- uint DEBUGHUD_SHOW_EVENTPROFILER
-- uint DEBUGHUD_SHOW_MEMORY
-- uint DEBUGHUD_SHOW_MODE
-- uint DEBUGHUD_SHOW_NONE
-- uint DEBUGHUD_SHOW_PROFILER
-- uint DEBUGHUD_SHOW_STATS
 - float DEFAULT_CAMERA_FOV
 - float DEFAULT_FARCLIP
 - float DEFAULT_FONT_SIZE
@@ -39349,11 +39342,6 @@ Properties:
 - String SOUND_VOICE
 - int STREAM_BUFFER_LENGTH
 - int UI_VERTEX_SIZE
-- uint USE_FIXEDPOSTUPDATE
-- uint USE_FIXEDUPDATE
-- uint USE_NO_EVENT
-- uint USE_POSTUPDATE
-- uint USE_UPDATE
 - uint VARIANT_VALUE_SIZE
 - uint VO_DISABLE_OCCLUSION
 - uint VO_DISABLE_SHADOWS