RSS

Пятница, 01.11.2024, 15:23
Главная » WoW API »

API Функции

[ Добавить запись ]

В разделе материалов: 7079
Показано материалов: 951-1000
Страницы: « 1 2 ... 18 19 20 21 22 ... 141 142 »

Название Описание
registered = TabardModel:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
isDragging = TabardModel:IsDragging() Returns whether the region is currently being dragged.
enabled = TabardModel:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
TabardModel:InitializeTabardColors() Sets the tabard model's design to match the player's guild tabard.
TabardModel:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
TabardModel:HookScript("scriptType", handler) Securely hooks a script handler.
TabardModel:Hide() Hides the region.
hasScript = TabardModel:HasScript("scriptType") Returns whether the widget supports a script handler.
width = TabardModel:GetWidth() Returns the width of the region.
TabardModel:GetUpperEmblemTexture(texture) Sets a `Texture` object to display the upper portion of the tabard model's current emblem design.
TabardModel:GetUpperEmblemFileName("filename") Returns the image file for the upper portion of the tabard model's current emblem design.
TabardModel:GetUpperBackgroundFileName("filename") Returns the image file for the upper portion of the tabard model's current background design.
top = TabardModel:GetTop() Returns the distance from the bottom of the screen to the top of the region.
region = TabardModel:GetTitleRegion() Returns the frame's TitleRegion object.
width, height = TabardModel:GetSize() Returns the width and height of the region.
handler = TabardModel:GetScript("scriptType") Returns the widget's handler function for a script.
scale = TabardModel:GetScale() Returns the frame's scale factor.
right = TabardModel:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
... = TabardModel:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
left, bottom, width, height = TabardModel:GetRect() Returns the position and dimensions of the region.
TabardModel:GetPropagateKeyboardInput() Функция еще не задокументированна.
x, y, z = TabardModel:GetPosition() Returns the position of the 3D model within the frame.
point, relativeTo, relativePoint, xOffset, yOffset = TabardModel:GetPoint(index) Returns information about one of the region's anchor points.
parent = TabardModel:GetParent() Returns the object's parent object.
type = TabardModel:GetObjectType() Returns the object's widget type.
numRegions = TabardModel:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numPoints = TabardModel:GetNumPoints() Returns the number of anchor points defined for the region.
numChildren = TabardModel:GetNumChildren() Returns the number of child frames belonging to the frame.
name = TabardModel:GetName() Returns the widget object's name.
scale = TabardModel:GetModelScale() Returns the scale factor determining the size at which the 3D model appears.
filename = TabardModel:GetModel() Returns the model file currently displayed.
minWidth, minHeight = TabardModel:GetMinResize() Returns the minimum size of the frame for user resizing.
maxWidth, maxHeight = TabardModel:GetMaxResize() Returns the maximum size of the frame for user resizing.
TabardModel:GetLowerEmblemTexture(texture) Sets a `Texture` object to display the lower portion of the tabard model's current emblem design.
TabardModel:GetLowerEmblemFileName("filename") Returns the image file for the lower portion of the tabard model's current emblem design.
TabardModel:GetLowerBackgroundFileName("filename") Returns the image file for the lower portion of the tabard model's current background design.
enabled, omni, dirX, dirY, dirZ, ambIntensity, ambR, ambG, ambB, dirIntensity, dirR, dirG, dirB = TabardModel:GetLight() Returns properties of the light sources used when rendering the model.
left = TabardModel:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
id = TabardModel:GetID() Returns the frame's numeric identifier.
left, right, top, bottom = TabardModel:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
height = TabardModel:GetHeight() Returns the height of the region.
strata = TabardModel:GetFrameStrata() Returns the general layering strata of the frame.
level = TabardModel:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
distance = TabardModel:GetFogNear() Returns the near clipping distance for the model's fog.
distance = TabardModel:GetFogFar() Returns the far clipping distance for the model's fog.
red, green, blue = TabardModel:GetFogColor() Returns the model's current fog color.
facing = TabardModel:GetFacing() Returns the model's current rotation setting.
scale = TabardModel:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = TabardModel:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = TabardModel:GetEffectiveAlpha() Returns the overall opacity of the frame.