RSS

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

API Функции

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

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

Название Описание
strata = ScrollingMessageFrame:GetFrameStrata() Returns the general layering strata of the frame.
level = ScrollingMessageFrame:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
font = ScrollingMessageFrame:GetFontObject() Returns the `Font` object from which the font instance's properties are inherited.
filename, fontHeight, flags = ScrollingMessageFrame:GetFont() Returns the font instance's basic font properties.
fading = ScrollingMessageFrame:GetFading() Returns whether messages added to the frame automatically fade out after a period of time.
duration = ScrollingMessageFrame:GetFadeDuration() Returns the duration of the fade-out animation for disappearing messages.
scale = ScrollingMessageFrame:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = ScrollingMessageFrame:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = ScrollingMessageFrame:GetEffectiveAlpha() Returns the overall opacity of the frame.
ScrollingMessageFrame:GetDontSavePosition() Функция еще не задокументированна.
depth = ScrollingMessageFrame:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
offset = ScrollingMessageFrame:GetCurrentScroll() Returns the message frame's current scroll position.
lineNum = ScrollingMessageFrame:GetCurrentLine() Returns a number identifying the last message added to the frame.
left, right, top, bottom = ScrollingMessageFrame:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = ScrollingMessageFrame:GetChildren() Returns a list of child frames of the frame.
x, y = ScrollingMessageFrame:GetCenter() Returns the screen coordinates of the region's center.
left, bottom, width, height = ScrollingMessageFrame:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
bottom = ScrollingMessageFrame:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
red, green, blue, alpha = ScrollingMessageFrame:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = ScrollingMessageFrame:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = ScrollingMessageFrame:GetBackdrop() Returns information about the frame's backdrop graphic.
value = ScrollingMessageFrame:GetAttribute("name") Returns the value of a secure frame attribute.
... = ScrollingMessageFrame:GetAnimationGroups() Returns a list of animation groups belonging to the region.
alpha = ScrollingMessageFrame:GetAlpha() Returns the opacity of the region relative to its parent.
ScrollingMessageFrame:EnableMouseWheel(enable) Enables or disables mouse wheel interactivity for the frame.
ScrollingMessageFrame:EnableMouse(enable) Enables or disables mouse interactivity for the frame.
ScrollingMessageFrame:EnableKeyboard(enable) Enables or disables keyboard interactivity for the frame.
ScrollingMessageFrame:EnableJoystick(enable) Enables or disables joystick interactivity.
ScrollingMessageFrame:EnableDrawLayer("layer") Allows display of all child objects of the frame on a specified graphics layer.
ScrollingMessageFrame:DisableDrawLayer("layer") Prevents display of all child objects of the frame on a specified graphics layer.
region = ScrollingMessageFrame:CreateTitleRegion() Creates a title region for dragging the frame.
texture = ScrollingMessageFrame:CreateTexture(["name" [, "layer" [, "inherits" [, sublevel]]]]) Creates a new [[docs/widgets/Texture`Texture`]] as a child of the frame.
fontstring = ScrollingMessageFrame:CreateFontString(["name" [, "layer" [, "inherits"]]]) Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
animationGroup = ScrollingMessageFrame:CreateAnimationGroup(["name" [, "inheritsFrom"]]) Creates a new AnimationGroup as a child of the region.
ScrollingMessageFrame:ClearAllPoints() Removes all anchor points from the region.
ScrollingMessageFrame:Clear() Removes all messages stored or displayed in the frame.
canChange = ScrollingMessageFrame:CanChangeProtectedState() Returns whether protected properties of the region can be changed by non-secure scripts.
enabled = ScrollingMessageFrame:CanChangeAttribute() Returns whether secure frame attributes can currently be changed.
atTop = ScrollingMessageFrame:AtTop() Returns whether the message frame is currently scrolled to the top of its contents.
atBottom = ScrollingMessageFrame:AtBottom() Returns whether the message frame is currently scrolled to the bottom of its contents.
ScrollingMessageFrame:AllowAttributeChanges() Temporarily allows insecure code to modify the frame's attributes during combat.
ScrollingMessageFrame:AddMessage("text" [, red [, green [, blue [, id [, addToTop]]]]]) Adds a message to those listed in the frame.
ScrollFrame:UpdateScrollChildRect() Updates the position of the scroll frame's child.
ScrollFrame:UnregisterEvent("event") Unregisters the frame for an event.
ScrollFrame:UnregisterAllEvents() Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
ScrollFrame:StopMovingOrSizing() Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
ScrollFrame:StopAnimating() Stops any active animations involving the region or its children.
ScrollFrame:StartSizing() Begins resizing the frame via mouse movement.
ScrollFrame:StartMoving() Begins repositioning the frame via mouse movement.
ScrollFrame:Show() Shows the region.