Preparing search index...
The search index is not available
@manticorp/ultraloot
@manticorp/ultraloot
index
LootTableEntryResult
Class LootTableEntryResult
Index
Constructors
constructor
Properties
id?
item?
name?
qty
stackable
Accessors
description
Methods
add
Qty
describe
get
Qty
set
Qty
Constructors
constructor
new
Loot
Table
Entry
Result
(
__namedParameters
?
)
:
LootTableEntryResult
Parameters
__namedParameters
:
{
id
?:
string
|
number
;
item
?:
any
;
name
?:
string
;
qty
?:
number
;
stackable
?:
boolean
;
}
= {}
Optional
id
?:
string
|
number
Optional
item
?:
any
Optional
name
?:
string
Optional
qty
?:
number
Optional
stackable
?:
boolean
Returns
LootTableEntryResult
Properties
Optional
id
id
?:
string
|
number
Optional
item
item
?:
any
Optional
name
name
?:
string
qty
qty
:
number
= 1
stackable
stackable
:
boolean
= true
Accessors
description
get
description
(
)
:
string
Returns
string
Methods
add
Qty
add
Qty
(
n
)
:
void
Parameters
n
:
number
Returns
void
describe
describe
(
)
:
string
Returns
string
get
Qty
get
Qty
(
)
:
number
Returns
number
set
Qty
set
Qty
(
n
)
:
void
Parameters
n
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
item
name
qty
stackable
Accessors
description
Methods
add
Qty
describe
get
Qty
set
Qty
@manticorp/ultraloot
Loading...