RSS

Суббота, 02.11.2024, 03:21
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 1501-1550
Страницы: « 1 2 ... 29 30 31 32 33 ... 141 142 »

Название Описание
enabled = ScrollingMessageFrame:IsMouseWheelEnabled() Returns whether mouse wheel interactivity is enabled for the frame.
isOver = ScrollingMessageFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
enabled = ScrollingMessageFrame:IsMouseEnabled() Returns whether mouse interactivity is enabled for the frame.
enabled = ScrollingMessageFrame:IsKeyboardEnabled() Returns whether keyboard interactivity is enabled for the frame.
enabled = ScrollingMessageFrame:IsJoystickEnabled() Returns whether joystick interactivity is enabled for the frame.
enabled = ScrollingMessageFrame:IsIgnoringDepth() Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
registered = ScrollingMessageFrame:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
isDragging = ScrollingMessageFrame:IsDragging() Returns whether the region is currently being dragged.
enabled = ScrollingMessageFrame:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
ScrollingMessageFrame:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
ScrollingMessageFrame:HookScript("scriptType", handler) Securely hooks a script handler.
ScrollingMessageFrame:Hide() Hides the region.
hasScript = ScrollingMessageFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
width = ScrollingMessageFrame:GetWidth() Returns the width of the region.
top = ScrollingMessageFrame:GetTop() Returns the distance from the bottom of the screen to the top of the region.
region = ScrollingMessageFrame:GetTitleRegion() Returns the frame's TitleRegion object.
time = ScrollingMessageFrame:GetTimeVisible() Returns the amount of time for which a message remains visible before beginning to fade out.
textR, textG, textB, textAlpha = ScrollingMessageFrame:GetTextColor() Returns the font instance's default text color.
spacing = ScrollingMessageFrame:GetSpacing() Returns the font instance's amount of spacing between lines.
width, height = ScrollingMessageFrame:GetSize() Returns the width and height of the region.
xOffset, yOffset = ScrollingMessageFrame:GetShadowOffset() Returns the offset of the font instance's text shadow from its text.
shadowR, shadowG, shadowB, shadowAlpha = ScrollingMessageFrame:GetShadowColor() Returns the color of the font's text shadow.
handler = ScrollingMessageFrame:GetScript("scriptType") Returns the widget's handler function for a script.
scale = ScrollingMessageFrame:GetScale() Returns the frame's scale factor.
right = ScrollingMessageFrame:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
... = ScrollingMessageFrame:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
left, bottom, width, height = ScrollingMessageFrame:GetRect() Returns the position and dimensions of the region.
ScrollingMessageFrame:GetPropagateKeyboardInput() Функция еще не задокументированна.
point, relativeTo, relativePoint, xOffset, yOffset = ScrollingMessageFrame:GetPoint(index) Returns information about one of the region's anchor points.
parent = ScrollingMessageFrame:GetParent() Returns the object's parent object.
type = ScrollingMessageFrame:GetObjectType() Returns the object's widget type.
numRegions = ScrollingMessageFrame:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numPoints = ScrollingMessageFrame:GetNumPoints() Returns the number of anchor points defined for the region.
count = ScrollingMessageFrame:GetNumMessages() Returns the number of messages currently kept in the frame's message history.
count = ScrollingMessageFrame:GetNumLinesDisplayed() Returns the number of lines displayed in the message frame.
numChildren = ScrollingMessageFrame:GetNumChildren() Returns the number of child frames belonging to the frame.
name = ScrollingMessageFrame:GetName() Returns the widget object's name.
minWidth, minHeight = ScrollingMessageFrame:GetMinResize() Returns the minimum size of the frame for user resizing.
ScrollingMessageFrame:GetMessageInfo() Функция еще не задокументированна.
maxWidth, maxHeight = ScrollingMessageFrame:GetMaxResize() Returns the maximum size of the frame for user resizing.
ScrollingMessageFrame:GetMaxLines(maxLines) Returns the maximum number of messages kept in the frame.
left = ScrollingMessageFrame:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
justify = ScrollingMessageFrame:GetJustifyV() Returns the font instance's vertical text alignment style.
justify = ScrollingMessageFrame:GetJustifyH() Returns the font instance's horizontal text alignment style.
position = ScrollingMessageFrame:GetInsertMode() Returns the position at which new messages are added to the frame.
indent = ScrollingMessageFrame:GetIndentedWordWrap() Returns whether long lines of text are indented when wrapping.
id = ScrollingMessageFrame:GetID() Returns the frame's numeric identifier.
enabled = ScrollingMessageFrame:GetHyperlinksEnabled() Returns whether hyperlinks in the frame's text are interactive.
left, right, top, bottom = ScrollingMessageFrame:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
height = ScrollingMessageFrame:GetHeight() Returns the height of the region.