码迷,mamicode.com
首页 > 其他好文 > 详细

DispelFrames插件分析

时间:2014-12-22 15:44:13      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

功能:Shows new frames for dispellable buffs for target and focus, and a bright border around default buff frames.

使用了Ace3库

分析:

1、xml定义了两个框体:DispelFrames_TargetFrame和DispelFrames_FocusFrame

2、这两个框体设置了同一个脚本OnUpdate函数:DispelFrames_OnUpdate

3、DispelFrames_OnUpdate函数主要用于控制显示性能,也就是刷框体内容的时间间隔,插件核心功能放在了下一级函数DispelFrames_UpdateAuras

4、DispelFrames_UpdateAuras里,使用了WOW API函数UnitBuff ,用它可以枚举出指定单位的所有buffs,一次返回一个buff,返回名字、图标、时间、法术ID等等信息,

其中返回的 isStealable数据表明了该buff是否可以被偷取(驱散)

 

DispelFrames插件分析

标签:

原文地址:http://www.cnblogs.com/yuyuyu/p/4178165.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!