点击或拖拽改变大小

EventHelperSetRoleMainAttribute 方法

设置指定角色的指定类型的主要属性

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void SetRoleMainAttribute(
	Character character,
	sbyte attrType,
	short attrValue
)

参数

character  Character
要设置属性的目标角色
attrType  SByte
要设置的属性类型
attrValue  Int16
属性要设置到的值
参见