Strata - v1.4.10
GitHub
Examples
Preparing search index...
presets
InventoryItem
Interface InventoryItem
interface
InventoryItem
{
equipped
?:
boolean
;
id
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
name
:
string
;
quantity
:
number
;
type
:
"key"
|
"quest"
|
"weapon"
|
"armor"
|
"consumable"
|
"misc"
;
}
Index
Properties
equipped?
id
metadata?
name
quantity
type
Properties
Optional
equipped
equipped
?:
boolean
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
name
name
:
string
quantity
quantity
:
number
type
type
:
"key"
|
"quest"
|
"weapon"
|
"armor"
|
"consumable"
|
"misc"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
equipped
id
metadata
name
quantity
type
GitHub
Examples
Strata - v1.4.10
Loading...