RSS

Пятница, 19.04.2024, 16:19
Главная » WoW API » API Виджеты » Область »

VisibleRegion:SetAllPoints([region]) or VisibleRegion:SetAllPoints(["name"])

[ править ]
Sets all anchor points of the region to match those of another region.
[клоны]
Sets all anchor points of the region to match those of another region. If no region is specified, the region's anchor points are set to those of its parent.


Signature:
Code
Region:SetAllPoints([region]) or Region:SetAllPoints(["name"])

Arguments:
  • region - Reference to a region (region)
  • name - Global name of a region (string)

Также смотрите: Область
Ссылки: http://wowprogramming.com/docs/widgets/Region/SetAllPoints