FoundryVTT MCP Server Documentation - v0.9.2
Preparing search index...
foundry/types
FoundryCombat
Interface FoundryCombat
interface
FoundryCombat
{
_id
:
string
;
scene
?:
string
;
active
:
boolean
;
round
:
number
;
turn
:
number
;
started
:
boolean
;
combatants
:
{
_id
:
string
;
tokenId
:
string
;
actorId
?:
string
;
name
:
string
;
img
?:
string
;
initiative
?:
number
;
hidden
:
boolean
;
defeated
:
boolean
;
}
[]
;
settings
:
{
resource
?:
string
;
skipDefeated
:
boolean
}
;
}
Index
Properties
_
id
scene?
active
round
turn
started
combatants
settings
Properties
_
id
_id
:
string
Optional
scene
scene
?:
string
active
active
:
boolean
round
round
:
number
turn
turn
:
number
started
started
:
boolean
combatants
combatants
:
{
_id
:
string
;
tokenId
:
string
;
actorId
?:
string
;
name
:
string
;
img
?:
string
;
initiative
?:
number
;
hidden
:
boolean
;
defeated
:
boolean
;
}
[]
settings
settings
:
{
resource
?:
string
;
skipDefeated
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
scene
active
round
turn
started
combatants
settings
FoundryVTT MCP Server Documentation - v0.9.2
Loading...