RSS

Среда, 06.11.2024, 00:15
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 3401-3450
Страницы: « 1 2 ... 67 68 69 70 71 ... 141 142 »

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