RPG Event Generator v3.1.0 - v3.1.1
Preparing search index...
RelationshipNetwork
Interface RelationshipNetwork
interface
RelationshipNetwork
{
nodes
:
Map
<
string
,
{
id
:
string
;
name
:
string
;
type
:
string
;
strength
:
number
}
,
>
;
edges
:
{
from
:
string
;
to
:
string
;
strength
:
number
;
type
:
"neutral"
|
"ally"
|
"enemy"
|
"acquaintance"
;
}
[]
;
}
Index
Properties
nodes
edges
Properties
nodes
nodes
:
Map
<
string
,
{
id
:
string
;
name
:
string
;
type
:
string
;
strength
:
number
}
>
edges
edges
:
{
from
:
string
;
to
:
string
;
strength
:
number
;
type
:
"neutral"
|
"ally"
|
"enemy"
|
"acquaintance"
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
nodes
edges
RPG Event Generator v3.1.0 - v3.1.1
Loading...