RSS

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

API Функции

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

В разделе материалов: 7079
Показано материалов: 1101-1150
Страницы: « 1 2 ... 21 22 23 24 25 ... 141 142 »

Название Описание
value = StatusBar:GetValue() Returns the current value of the status bar.
top = StatusBar:GetTop() Returns the distance from the bottom of the screen to the top of the region.
region = StatusBar:GetTitleRegion() Returns the frame's TitleRegion object.
texture = StatusBar:GetStatusBarTexture() Returns the `Texture` object used for drawing the filled-in portion of the status bar.
red, green, blue, alpha = StatusBar:GetStatusBarColor() Returns the color shading used for the status bar's texture.
width, height = StatusBar:GetSize() Returns the width and height of the region.
handler = StatusBar:GetScript("scriptType") Returns the widget's handler function for a script.
scale = StatusBar:GetScale() Returns the frame's scale factor.
rotate = StatusBar:GetRotatesTexture() Returns whether the status bar's texture is rotated to match its orientation.
right = StatusBar:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
... = StatusBar:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
left, bottom, width, height = StatusBar:GetRect() Returns the position and dimensions of the region.
StatusBar:GetPropagateKeyboardInput() Функция еще не задокументированна.
point, relativeTo, relativePoint, xOffset, yOffset = StatusBar:GetPoint(index) Returns information about one of the region's anchor points.
parent = StatusBar:GetParent() Returns the object's parent object.
orientation = StatusBar:GetOrientation() Returns the orientation of the status bar.
type = StatusBar:GetObjectType() Returns the object's widget type.
numRegions = StatusBar:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numPoints = StatusBar:GetNumPoints() Returns the number of anchor points defined for the region.
numChildren = StatusBar:GetNumChildren() Returns the number of child frames belonging to the frame.
name = StatusBar:GetName() Returns the widget object's name.
minWidth, minHeight = StatusBar:GetMinResize() Returns the minimum size of the frame for user resizing.
minValue, maxValue = StatusBar:GetMinMaxValues() Returns the minimum and maximum values of the status bar.
maxWidth, maxHeight = StatusBar:GetMaxResize() Returns the maximum size of the frame for user resizing.
left = StatusBar:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
id = StatusBar:GetID() Returns the frame's numeric identifier.
left, right, top, bottom = StatusBar:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
height = StatusBar:GetHeight() Returns the height of the region.
strata = StatusBar:GetFrameStrata() Returns the general layering strata of the frame.
level = StatusBar:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
scale = StatusBar:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = StatusBar:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = StatusBar:GetEffectiveAlpha() Returns the overall opacity of the frame.
StatusBar:GetDontSavePosition() Функция еще не задокументированна.
depth = StatusBar:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
left, right, top, bottom = StatusBar:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = StatusBar:GetChildren() Returns a list of child frames of the frame.
x, y = StatusBar:GetCenter() Returns the screen coordinates of the region's center.
left, bottom, width, height = StatusBar:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
bottom = StatusBar:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
red, green, blue, alpha = StatusBar:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = StatusBar:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = StatusBar:GetBackdrop() Returns information about the frame's backdrop graphic.
value = StatusBar:GetAttribute("name") Returns the value of a secure frame attribute.
... = StatusBar:GetAnimationGroups() Returns a list of animation groups belonging to the region.
alpha = StatusBar:GetAlpha() Returns the opacity of the region relative to its parent.
StatusBar:EnableMouseWheel(enable) Enables or disables mouse wheel interactivity for the frame.
StatusBar:EnableMouse(enable) Enables or disables mouse interactivity for the frame.
StatusBar:EnableKeyboard(enable) Enables or disables keyboard interactivity for the frame.
StatusBar:EnableJoystick(enable) Enables or disables joystick interactivity.