EventHelperChangeRoleMainAttribute 方法 |
改变指定角色的指定类型的主要属性(正数上升,负数下降)
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void ChangeRoleMainAttribute(
Character character,
sbyte attrType,
int changeValue
)
参数
- character Character
- 要改变属性的目标角色
- attrType SByte
- 要改变的属性类型
- changeValue Int32
- 属性要改变的值
参见