#### Action Buttons
[C\_ActionBar.FindPetActionButtons](https://wow.gamepedia.com/API_C_ActionBar.FindPetActionButtons "API C ActionBar.FindPetActionButtons")(petActionID)
[C\_ActionBar.FindSpellActionButtons](https://wow.gamepedia.com/API_C_ActionBar.FindSpellActionButtons "API C ActionBar.FindSpellActionButtons")(spellID)
[C\_ActionBar.GetPetActionPetBarIndices](https://wow.gamepedia.com/API_C_ActionBar.GetPetActionPetBarIndices "API C ActionBar.GetPetActionPetBarIndices")(petActionID)
[C\_ActionBar.HasPetActionButtons](https://wow.gamepedia.com/API_C_ActionBar.HasPetActionButtons "API C ActionBar.HasPetActionButtons")(petActionID)
[C\_ActionBar.HasPetActionPetBarIndices](https://wow.gamepedia.com/API_C_ActionBar.HasPetActionPetBarIndices "API C ActionBar.HasPetActionPetBarIndices")(petActionID)
[C\_ActionBar.HasSpellActionButtons](https://wow.gamepedia.com/API_C_ActionBar.HasSpellActionButtons "API C ActionBar.HasSpellActionButtons")(spellID)
[C\_ActionBar.IsAutoCastPetAction](https://wow.gamepedia.com/API_C_ActionBar.IsAutoCastPetAction "API C ActionBar.IsAutoCastPetAction")(slotID)
[C\_ActionBar.IsEnabledAutoCastPetAction](https://wow.gamepedia.com/API_C_ActionBar.IsEnabledAutoCastPetAction "API C ActionBar.IsEnabledAutoCastPetAction")(slotID)
[C\_ActionBar.ToggleAutoCastPetAction](https://wow.gamepedia.com/API_C_ActionBar.ToggleAutoCastPetAction "API C ActionBar.ToggleAutoCastPetAction")(slotID)
[ActionHasRange](https://wow.gamepedia.com/API_ActionHasRange "API ActionHasRange")(slot) - 確定指定的操作是否為范圍限制(如果是,則為1,如果不是,則為nil)
[ClickWorldMapActionButton](https://wow.gamepedia.com/index.php?title=API_ClickWorldMapActionButton&action=edit&redlink=1 "API ClickWorldMapActionButton (page does not exist)")()
[GetActionAutocast](https://wow.gamepedia.com/index.php?title=API_GetActionAutocast&action=edit&redlink=1 "API GetActionAutocast (page does not exist)")(slot)
[GetActionCharges](https://wow.gamepedia.com/API_GetActionCharges "API GetActionCharges")(slot) - 返回有關累積電荷的玩家技能的電荷的信息
[GetActionCooldown](https://wow.gamepedia.com/API_GetActionCooldown "API GetActionCooldown")(slot) - 這將返回指定操作的冷卻時間值
[GetActionCount](https://wow.gamepedia.com/API_GetActionCount "API GetActionCount")(slot) - 獲取一個動作的計數(繃帶/藥水/等),如果不存在或不適用,則返回0
[GetActionInfo](https://wow.gamepedia.com/API_GetActionInfo "API GetActionInfo")(slot) - 返回type, id, subtype.
[GetActionTexture](https://wow.gamepedia.com/API_GetActionTexture "API GetActionTexture")(slot) - 獲取指定動作的紋理(texture)路徑
[GetActionText](https://wow.gamepedia.com/API_GetActionText "API GetActionText")(slot) - 獲取操作的文本標簽(宏等),如果沒有,則返回nil。
[GetAlternatePowerInfoByID](https://wow.gamepedia.com/index.php?title=API_GetAlternatePowerInfoByID&action=edit&redlink=1 "API GetAlternatePowerInfoByID (page does not exist)")(id)
[GetPossessInfo](https://wow.gamepedia.com/API_GetPossessInfo "API GetPossessInfo")(index) - 返回 texture, name, enabled.
[GetWorldMapActionButtonSpellInfo](https://wow.gamepedia.com/index.php?title=API_GetWorldMapActionButtonSpellInfo&action=edit&redlink=1 "API GetWorldMapActionButtonSpellInfo (page does not exist)")()
[HasAction](https://wow.gamepedia.com/API_HasAction "API HasAction")(slot) - 如果玩家在指定的插槽中有操作,則返回1,否則返回nil
[IsActionInRange](https://wow.gamepedia.com/API_IsActionInRange "API IsActionInRange")(slot) - 測試動作是否在范圍內(1 =是,0 =否,nil =不適用)
[IsAttackAction](https://wow.gamepedia.com/API_IsAttackAction "API IsAttackAction")(slot) -如果一個動作是“攻擊”動作(在戰斗中閃爍),返回1,否則返回nil
[IsAutoRepeatAction](https://wow.gamepedia.com/API_IsAutoRepeatAction "API IsAutoRepeatAction")(slot) - 如果操作是自動重復的,則返回1,否則返回nil。
[IsConsumableAction](https://wow.gamepedia.com/API_IsConsumableAction "API IsConsumableAction")(slot) - 如果一個動作是可消費的(即有一個計數),返回1,否則返回nil。
[IsCurrentAction](https://wow.gamepedia.com/API_IsCurrentAction "API IsCurrentAction")(slot) - 如果一個動作是當前正在執行的,則返回1,否則返回nil。
[IsEquippedAction](https://wow.gamepedia.com/API_IsEquippedAction "API IsEquippedAction")(slot) - 如果一個動作被裝備(即連接到一個必須裝備的物品),返回1,否則返回nil。
[IsItemAction](https://wow.gamepedia.com/index.php?title=API_IsItemAction&action=edit&redlink=1 "API IsItemAction (page does not exist)")(slot)
[IsPetAttackAction](https://wow.gamepedia.com/index.php?title=API_IsPetAttackAction&action=edit&redlink=1 "API IsPetAttackAction (page does not exist)")(index)
[IsStackableAction](https://wow.gamepedia.com/index.php?title=API_IsStackableAction&action=edit&redlink=1 "API IsStackableAction (page does not exist)")(slot)
[IsUsableAction](https://wow.gamepedia.com/API_IsUsableAction "API IsUsableAction")(slot) - 如果一個動作當前可以使用,則返回1,否則返回nil
[SetActionUIButton](https://wow.gamepedia.com/index.php?title=API_SetActionUIButton&action=edit&redlink=1 "API SetActionUIButton (page does not exist)")(checkboxFrame, actionSlot, cooldownFrame)
[SetSpellbookPetAction](https://wow.gamepedia.com/index.php?title=API_SetSpellbookPetAction&action=edit&redlink=1 "API SetSpellbookPetAction (page does not exist)")(slot, target)
PROTECTED[UseAction](https://wow.gamepedia.com/API_UseAction "API UseAction")(slot\[, checkCursor\[, onSelf\]\]) - 這指示接口可選地在播放器上使用與指定ID關聯的操作(與目標無關)。
[UseWorldMapActionButtonSpellOnQuest](https://wow.gamepedia.com/index.php?title=API_UseWorldMapActionButtonSpellOnQuest&action=edit&redlink=1 "API UseWorldMapActionButtonSpellOnQuest (page does not exist)")()
## 這些函數與彈出按鈕有關
[C\_ActionBar.FindFlyoutActionButtons](https://wow.gamepedia.com/API_C_ActionBar.FindFlyoutActionButtons "API C ActionBar.FindFlyoutActionButtons")(flyoutID)
[C\_ActionBar.HasFlyoutActionButtons](https://wow.gamepedia.com/API_C_ActionBar.HasFlyoutActionButtons "API C ActionBar.HasFlyoutActionButtons")(flyoutID)
[FindFlyoutSlotBySpellID](https://wow.gamepedia.com/index.php?title=API_FindFlyoutSlotBySpellID&action=edit&redlink=1 "API FindFlyoutSlotBySpellID (page does not exist)")(spellID)
[FlyoutHasSpell](https://wow.gamepedia.com/API_FlyoutHasSpell "API FlyoutHasSpell")(flyoutID, spellID)
[GetFlyoutID](https://wow.gamepedia.com/index.php?title=API_GetFlyoutID&action=edit&redlink=1 "API GetFlyoutID (page does not exist)")(index)
[GetFlyoutInfo](https://wow.gamepedia.com/index.php?title=API_GetFlyoutInfo&action=edit&redlink=1 "API GetFlyoutInfo (page does not exist)")(flyoutID)
[GetFlyoutSlotInfo](https://wow.gamepedia.com/index.php?title=API_GetFlyoutSlotInfo&action=edit&redlink=1 "API GetFlyoutSlotInfo (page does not exist)")(flyoutID, slot)
[GetNumFlyouts](https://wow.gamepedia.com/index.php?title=API_GetNumFlyouts&action=edit&redlink=1 "API GetNumFlyouts (page does not exist)")()
- 基礎
- 循環
- 迭代器
- ipairs與pairs 的區別
- 流程控制if
- 函數
- 運算符
- 字符串
- 數組
- table(表)
- 模塊與包
- 魔獸插件
- 初學介紹
- api
- Global API
- Widget API
- 窗口小部件類層次結構(Widget Class Hierarchy)
- 動畫(Animation)
- 透明度(Alpha)
- 線條縮放比例(LineScale)
- 平移(Translation)
- 線平移(Line Translation)
- 路徑(Path)
- 旋轉(Rotation)
- 縮放(Scale)
- 紋理坐標平移(TextureCoordTranslation)
- 框架 :Frame
- 瀏覽器(Browser)
- 按鍵(Button)
- Item按鈕(ItemButton)
- 檢查按鈕(CheckButton)
- 檢測(Checkout)
- 顏色選擇(ColorSelect)
- 冷卻(Cooldown)
- 編輯框(EditBox)
- 戰爭迷霧(FogOfWarFrame)
- 游戲工具提示(GameTooltip)
- 消息框(MessageFrame)
- 小地圖(Minimap)
- 模型(Model)
- 玩家模型(PlayerModel)
- 電影模型(CinematicModel)
- 換裝模型(DressUpModel)
- 戰袍模型(TabardModel)
- _模型場景(ModelScene)
- 電影Frame(MovieFrame)
- 根小部件(Root Widgets)
- UIObject衍生品(UIObject Derivatives)
- 動畫衍生品(Animation Derivatives)
- FontInstance
- 地區衍生品(Region Derivatives)
- 幀衍生品(Frame Derivatives)
- 特殊(Special)
- Events(游戲中變化的事件)
- WoWAPI
- Global Function Groups
- 帳戶(Account)
- 成就(Achievements)
- 動作條(Action Bars)
- Action Buttons
- 插件(AddOns)
- 冒險指南(Adventure Guide)
- 神器(Artifact)
- 拍賣行(Auction House)
- 黑市AH
- 魔獸代幣(WoW Tokens)
- Azerite
- 背包(Bags)
- 容器(Containers)
- 庫存(Inventory)
- 銀行(Bank)
- 公會銀行(Guild Bank)
- 理發店(Barber Shop)
- 書籍(書籍)
- 日歷(calendar)
- 相機(Camera)
- 頻道(Channels)
- 聊天窗口(Chat Window)
- 社區(communities)
- 語音聊天(Voice Chat)
- 推特(Twitter)
- 角色(Character)
- 角色表(Paper Doll)
- 試衣間(dressing room)
- 活動(Movement)
- 指定目標(Targeting)
- 死亡(Death)
- 過場動畫(Cinematics)
- 職業(class)
- 天賦(Talents)
- 收藏(Collections)
- 坐騎(Mount Journal)
- 寵物(Pet Journal)
- 玩具箱(Toy Box)
- 傳家寶(Heirlooms)
- 外觀(Appearances)
- 戰斗記錄(Combat Log)
- 戰斗寵物(Combat Pets)
- 同伴(Companions)
- Contribution Collection
- 貨幣(Currency)
- 光標(Cursor)
- 客戶支持(Customer Support)
- 知識庫(Knowledge Base)
- 設備管理器(Equipment Manager)
- 擴展(Expansions)
- FrameXML
- 好友(Friends)
- Who List
- 真實身份證(Real ID)
- 招募朋友(Recruit-a-Friend)
- 駐軍(Garrisons)
- 建筑物(Buildings)
- 戰利品(Trophies)
- 追隨者與任務(Followers & Missions)
- 團隊(Groups)
- Raid Groups
- Raid Profiles
- 組查找器(Group Finder)
- 突襲者(Raid Finder)
- 公會(Guild)
- 檢查(Inspection)
- Instances
- 場景(Scenarios)
- Mythic+
- 入侵(Invasions)
- 海島探險(Island Expeditions)
- Items
- 按鍵綁定(Key Bindings)
- Modifiers
- 劫掠(Looting)
- 失控(Loss of Control)
- 宏命令(Macros)
- 郵件(Mail)
- 地圖(Maps)
- 飛行管理員(Flight Master)
- 追蹤(Tracking)
- 商人(Merchant)
- 銘牌(Nameplates)
- 寵物大戰(Pet Battles)
- 申請書(Petitions)
- 專業(Professions)
- 考古(Archaeology)
- 附魔(Enchantments)
- 雕文(glyphs)
- 物品插口(tem Socketing)
- PvP
- 競技場(Arena)
- 戰場(Battlegrounds)
- 世界戰場(World Battlefields)
- 爭吵(Brawl)
- 戰爭游戲(War Games)
- 戰爭模式(War Mode)
- 任務 (Quests)
- 任務日志(Quest Log)
- 任務選擇(Quest Choices)
- Task Quests
- 閑聊(Gossip)
- 探險地圖(Adventure Map)
- 戰爭戰役(War Campaigns)
- 種族(Races)
- 境界(Realms)
- 報告(Reporting)
- 聲望(Reputation)
- 報廢的機器(Scrapping Machine)
- 法術(Spells)
- Spell Book
- 商店(Shop)
- 召喚(Summoning)
- 系統(System)
- 網絡(Network)
- 控制臺(Console)
- 日期時間(Date & Time)
- 調試(Debugging)
- 圖形(Graphics)
- 語言環境(Locales)
- 腳本分析(Script Profiling)
- 安全執行(Secure Execution)
- 聲音(Sound)
- Sound Drivers
- Talking Head
- 交易(Trading)
- 訓練師(Trainer)
- 遷移(Transmogrification)
- 空白存儲(Void Storage)
- 講解(Tutorials)
- UI對象(UI Objects)
- 框架(Frame)
- 字體(Font)
- 質地(Texture)
- 混合(Mixin)
- 咒語(SpellMixin)
- ItemMixin
- 物品位置(ItemLocationMixin)
- PlayerLocationMixin
- 模型場景(ModelScene)
- 未分類
- UI窗口小部件管理器(UI Widget Manager)
- 單位(Units)
- 光環(Auras)
- 玩家(Players)
- 實用程序(Util)
- 車輛(Vehicles)
- Classic Specific Functions
- 獵人寵物(Hunter Pets)
- 專業(Professions)
- 手工制作(Crafting)
- @PvP
- 模擬器
- 訓練師(Trainer)
- 8.x API
- 控制臺(Console)
- 召喚(Summoning)
- See also
- 外部鏈接(External links)
- Widget handlers(UI交互事件)
- ScriptObject
- AnimationGroup
- Animation對象
- Alpha對象
- Scale
- LineScale
- Translation
- LineTranslation
- Path
- Rotation
- TextureCoordTranslation
- Frame
- Browser
- Button
- CheckButton
- ItemButton
- Checkout
- ColorSelect
- Cooldown
- EditBox
- FogOfWarFrame
- GameTooltip
- Model
- PlayerModel
- CinematicModel
- DressupModel
- TabardModel
- MovieFrame
- ScrollFrame
- Slider
- MessageFrame
- Minimap
- ModelScene
- OffScreenFrame
- POIFrame
- ArchaeologyDigSiteFrame
- QuestPOIFrame
- ScenarioPOIFrame
- SimpleHTML
- StatusBar
- UnitPositionFrame
- WorldFrame
- 入門
- .toc
- .lua
- .xml
- 示例
- 自動邀請插件
- 完整例子:顯示任務坐標
- eCoordinates.toc
- eCoordinates.xml
- eCoordinates.lua
- 開發幫助組件
- AddOn Studio編輯器
- 暴雪自帶調試工具
- DevTools調試插件
- wowlua
- 魔獸宏
- 戰斗寵物命令
- 暴雪界面命令
- 聊天命令
- chat substitutions
- 角色指令
- 開發者工具
- 表情動作
- 戰斗命令
- 公會命令
- 小隊與團隊命令、
- 寵物命令
- PvP的命令
- 系統命令
- 目標函數
- 命令
- 被禁用的命令
- 宏條件
- 裝備物品編號