💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[CreateFrame](https://wow.gamepedia.com/API_CreateFrame "API CreateFrame")("frameType"\[, "name"\]\[, parent\]\[, "inheritFrame"\]) - Create a new frame of the specified type. [DoesTemplateExist](https://wow.gamepedia.com/index.php?title=API_DoesTemplateExist&action=edit&redlink=1 "API DoesTemplateExist (page does not exist)")("template") - Returns if a virtual frame template exists. [EnumerateFrames](https://wow.gamepedia.com/API_EnumerateFrames "API EnumerateFrames")(currentFrame) - Get the Frame which follows currentFrame. [GetClickFrame](https://wow.gamepedia.com/index.php?title=API_GetClickFrame&action=edit&redlink=1 "API GetClickFrame (page does not exist)")("name") [GetCurrentKeyBoardFocus](https://wow.gamepedia.com/index.php?title=API_GetCurrentKeyBoardFocus&action=edit&redlink=1 "API GetCurrentKeyBoardFocus (page does not exist)")() - Returns the \[editbox\] widget currently handling keyboard events. [GetFramesRegisteredForEvent](https://wow.gamepedia.com/API_GetFramesRegisteredForEvent "API GetFramesRegisteredForEvent")(event) - Returns a list of frames that are registered for the given event. [GetMouseButtonName](https://wow.gamepedia.com/index.php?title=API_GetMouseButtonName&action=edit&redlink=1 "API GetMouseButtonName (page does not exist)")() [GetMouseClickFocus](https://wow.gamepedia.com/index.php?title=API_GetMouseClickFocus&action=edit&redlink=1 "API GetMouseClickFocus (page does not exist)")() [GetMouseFocus](https://wow.gamepedia.com/API_GetMouseFocus "API GetMouseFocus")() - Returns the frame that currently has the mouse focus. [GetMouseMotionFocus](https://wow.gamepedia.com/index.php?title=API_GetMouseMotionFocus&action=edit&redlink=1 "API GetMouseMotionFocus (page does not exist)")() [GetNumFrames](https://wow.gamepedia.com/index.php?title=API_GetNumFrames&action=edit&redlink=1 "API GetNumFrames (page does not exist)")() - Get the current number of Frame (and derivative) objects. [SetupFullscreenScale](https://wow.gamepedia.com/API_SetupFullscreenScale "API SetupFullscreenScale")(frame) - Configures scale of full-screen views, such as the world map, to best fill screen. Unused in FrameXML. UI[MouseIsOver](https://wow.gamepedia.com/API_MouseIsOver "API MouseIsOver")(region, topOffset, bottomOffset, leftOffset, rightOffset) - Checks whether the mouse is over the frame (or within specified offsets). UI[UIFrameFadeIn](https://wow.gamepedia.com/API_UIFrameFadeIn "API UIFrameFadeIn")(frame, timeToFade, startAlpha, endAlpha) - Fades a frame in. UI[UIFrameFadeOut](https://wow.gamepedia.com/API_UIFrameFadeOut "API UIFrameFadeOut")(frame, timeToFade, startAlpha, endAlpha) - Fades a frame out. UI[UIFrameFlash](https://wow.gamepedia.com/API_UIFrameFlash "API UIFrameFlash")(frame, fadeInTime, fadeOutTime, flashDuration \[, showWhenDone, flashInHoldTime, flashOutHoldTime, syncId\]) - Flashes a frame.