点击或拖拽改变大小

CharacterGetInventoryRope 方法

获取角色行囊内的符合要求的绳索,50%机率使用;其它情况生成一条

命名空间: GameData.Domains.Character
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public ItemKey GetInventoryRope(
	DataContext context,
	sbyte grade
)

参数

context  DataContext
 
grade  SByte
 

返回值

ItemKey
绳索 ItemKey, 为 Invalid 表示无可用绳索.
参见