#### 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的命令
- 系统命令
- 目标函数
- 命令
- 被禁用的命令
- 宏条件
- 装备物品编号