# Class: LotteryConsumedItem
• LotteryConsumedItem()
抽奖项目要消耗的属性/物品
description
包含了该属性/物品的基本信息,如果需要对相关属性进行其他操作,可以根据 id
在对应的属性/物品系统中查询。
# Constructors
# constructor
+ new LotteryConsumedItem(conf
: Article, count
: Long): LotteryConsumedItem
# 参数:
属性 | 类型 |
---|---|
conf | Article |
count | Long |
# 返回值:
# Properties
# Readonly
count
• count: Long
要消耗的数量
Returns: Long
# Accessors
# customInt
• get customInt(): Long | undefined
抽奖消耗的属性/物品 自定义整型
# 返回值:
Long | undefined
# customStr
• get customStr(): string | undefined
抽奖消耗的属性/物品 自定义字符串
# 返回值:
string | undefined
# description
• get description(): string | undefined
抽奖消耗的属性/物品描述信息
# 返回值:
string | undefined
# icon
• get icon(): string | undefined
抽奖消耗的属性/物品的图标
# 返回值:
string | undefined
# id
• get id(): number
抽奖消耗的属性/物品 ID
# 返回值:
number
# name
• get name(): string
抽奖消耗的属性/物品名称
# 返回值:
string
# type
• get type(): LotteryConsumedItemType
抽奖消耗的属性/物品类型
description
该属性可用于判断当前 LotteryConsumedItem 是属性还是物品。