Strata - v1.4.10
GitHub
Examples
Preparing search index...
presets
RPGState
Interface RPGState
interface
RPGState
{
currentLocation
:
string
;
gameFlags
:
Record
<
string
,
boolean
>
;
gold
:
number
;
inventory
:
InventoryItem
[]
;
player
:
RPGPlayerStats
;
playTime
:
number
;
quests
:
Quest
[]
;
visitedLocations
:
string
[]
;
}
Index
Properties
current
Location
game
Flags
gold
inventory
player
play
Time
quests
visited
Locations
Properties
current
Location
currentLocation
:
string
game
Flags
gameFlags
:
Record
<
string
,
boolean
>
gold
gold
:
number
inventory
inventory
:
InventoryItem
[]
player
player
:
RPGPlayerStats
play
Time
playTime
:
number
quests
quests
:
Quest
[]
visited
Locations
visitedLocations
:
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Location
game
Flags
gold
inventory
player
play
Time
quests
visited
Locations
GitHub
Examples
Strata - v1.4.10
Loading...