Preparing search index...
The search index is not available
retrommo-types
retrommo-types
NPCDefinition
Interface NPCDefinition
interface
NPCDefinition
{
actorImagePath
:
string
;
dialogue
?:
string
;
encounterID
?:
string
;
indicatorImagePath
:
string
;
innCost
?:
number
;
name
:
string
;
questGiverID
?:
string
;
shopID
?:
string
;
startDirection
:
Direction
;
}
Hierarchy (
view full
)
Definition
NPCDefinition
Index
Properties
actor
Image
Path
dialogue?
encounterID?
indicator
Image
Path
inn
Cost?
name
quest
GiverID?
shopID?
start
Direction
Properties
Readonly
actor
Image
Path
actor
Image
Path
:
string
Optional
Readonly
dialogue
dialogue
?:
string
Optional
Readonly
encounterID
encounterID
?:
string
Readonly
indicator
Image
Path
indicator
Image
Path
:
string
Optional
Readonly
inn
Cost
inn
Cost
?:
number
Readonly
name
name
:
string
Optional
Readonly
quest
GiverID
quest
GiverID
?:
string
Optional
Readonly
shopID
shopID
?:
string
Readonly
start
Direction
start
Direction
:
Direction
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
actor
Image
Path
dialogue
encounterID
indicator
Image
Path
inn
Cost
name
quest
GiverID
shopID
start
Direction
retrommo-types
Loading...