Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
(Created page with "{{apichanges|7.2.0|prev=7.1.0|next=}} ==New== * New AddOns: Blizzard_APIDocumentation, Blizzard_Contribution, Blizzard_Deprecated * New texture method: API_Texture_SetVerte...")
Tag: WoW API docs
 
(Mixins)
Tag: WoW API docs
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{apichanges|7.2.0|prev=7.1.0|next=}}
+
{{apichanges|7.2.0|prev=7.1.0|next=7.2.5}}
   
 
==New==
 
==New==
* New AddOns: Blizzard_APIDocumentation, Blizzard_Contribution, Blizzard_Deprecated
+
* New AddOns: [[APILink|Blizzard_APIDocumentation]], {{api|t=n|C_ContributionCollector|Blizzard_Contribution}}, Blizzard_Deprecated
  +
* New widget: [[UIOBJECT MaskTexture|MaskTexture]]
* New texture method: [[API_Texture_SetVertexOffset|texture:SetVertexOffset(vertexIndex, xOffset, yOffset)]]
+
* New widget method: {{api|t=w|Texture:SetVertexOffset(vertexIndex, xOffset, yOffset)}}
 
  +
* New mixins: [[ObjectPoolMixin]], [[Vector2DMixin]], [[Vector3DMixin]]
   
 
==Changes==
 
==Changes==
* All equipment set related API have been moved to the new C_EquipmentSet table. The old API will still be available via Lua versions implemented in Blizzard_Deprecated.
+
* All equipment set related API have been moved to the new {{api|t=n|C_EquipmentSet}} table. The old API will still be available via Lua versions implemented in Blizzard_Deprecated.
 
   
 
==Removals==
 
==Removals==
* Voice chat
+
* Voice chat (later replaced with {{api|t=n|C_VoiceChat}})
 
* Mac movie recording
 
* Mac movie recording
   

Latest revision as of 23:20, 22 April 2021

New

Changes

  • All equipment set related API have been moved to the new C_EquipmentSet table. The old API will still be available via Lua versions implemented in Blizzard_Deprecated.

Removals

  • Voice chat (later replaced with C_VoiceChat)
  • Mac movie recording

References