Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
applications
PointBuyCalculator
Class PointBuyCalculator
Hierarchy
DocumentSheet
PointBuyCalculator
Index
Constructors
constructor
Properties
abilities
max
min
Accessors
actor
title
default
Options
Methods
_on
Ability
Control
_update
Object
activate
Listeners
get
Data
get
Spent
Points
Constructors
constructor
new
Point
Buy
Calculator
(
...
args
)
:
PointBuyCalculator
Parameters
Rest
...
args
:
any
[]
Returns
PointBuyCalculator
Properties
abilities
abilities
:
{
key
:
string
;
name
:
string
;
value
:
any
;
}
[]
Type declaration
key
:
string
name
:
string
value
:
any
max
max
:
number
min
min
:
number
Accessors
actor
get
actor
(
)
:
Document
<
any
,
any
,
Metadata
<
any
>
>
Returns
Document
<
any
,
any
,
Metadata
<
any
>
>
title
get
title
(
)
:
string
Returns
string
Static
default
Options
get
defaultOptions
(
)
:
InsertKeys
<
{
baseApplication
:
undefined
|
null
|
string
;
classes
:
undefined
|
any
[]
;
closeOnSubmit
:
undefined
|
boolean
;
dragDrop
:
undefined
|
any
[]
;
editable
:
undefined
|
boolean
;
filters
:
undefined
|
any
[]
;
height
:
undefined
|
null
|
number
|
"auto"
;
id
:
undefined
|
string
;
left
:
undefined
|
null
|
number
;
minimizable
:
undefined
|
boolean
;
popOut
:
undefined
|
boolean
;
resizable
:
undefined
|
boolean
;
scale
:
undefined
|
null
|
number
;
scrollY
:
undefined
|
any
[]
;
sheetConfig
:
undefined
|
boolean
;
submitOnChange
:
undefined
|
boolean
;
submitOnClose
:
undefined
|
boolean
;
tabs
:
undefined
|
any
[]
;
template
:
undefined
|
null
|
string
;
title
:
undefined
|
string
;
top
:
undefined
|
null
|
number
;
viewPermission
:
undefined
|
0
|
1
|
2
|
3
;
width
:
undefined
|
null
|
number
;
}
,
OmitByValue
<
{}
,
never
>
>
Returns
InsertKeys
<
{
baseApplication
:
undefined
|
null
|
string
;
classes
:
undefined
|
any
[]
;
closeOnSubmit
:
undefined
|
boolean
;
dragDrop
:
undefined
|
any
[]
;
editable
:
undefined
|
boolean
;
filters
:
undefined
|
any
[]
;
height
:
undefined
|
null
|
number
|
"auto"
;
id
:
undefined
|
string
;
left
:
undefined
|
null
|
number
;
minimizable
:
undefined
|
boolean
;
popOut
:
undefined
|
boolean
;
resizable
:
undefined
|
boolean
;
scale
:
undefined
|
null
|
number
;
scrollY
:
undefined
|
any
[]
;
sheetConfig
:
undefined
|
boolean
;
submitOnChange
:
undefined
|
boolean
;
submitOnClose
:
undefined
|
boolean
;
tabs
:
undefined
|
any
[]
;
template
:
undefined
|
null
|
string
;
title
:
undefined
|
string
;
top
:
undefined
|
null
|
number
;
viewPermission
:
undefined
|
0
|
1
|
2
|
3
;
width
:
undefined
|
null
|
number
;
}
,
OmitByValue
<
{}
,
never
>
>
Methods
_on
Ability
Control
_on
Ability
Control
(
event
)
:
void
Parameters
event
:
any
Returns
void
_update
Object
_update
Object
(
)
:
void
Returns
void
activate
Listeners
activate
Listeners
(
html
)
:
void
Parameters
html
:
any
Returns
void
get
Data
get
Data
(
)
:
{
abilities
:
{
key
:
string
;
name
:
string
;
value
:
any
;
}
[]
;
closest
:
string
;
invalidPoints
:
boolean
;
limits
:
(
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
)
[]
;
points
:
number
;
}
Returns
{
abilities
:
{
key
:
string
;
name
:
string
;
value
:
any
;
}
[]
;
closest
:
string
;
invalidPoints
:
boolean
;
limits
:
(
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
)
[]
;
points
:
number
;
}
abilities
:
{
key
:
string
;
name
:
string
;
value
:
any
;
}
[]
closest
:
string
invalid
Points
:
boolean
limits
:
(
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
|
{
key
:
string
;
label
:
string
;
points
:
number
;
}
)
[]
points
:
number
get
Spent
Points
get
Spent
Points
(
)
:
number
Returns
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
abilities
max
min
actor
title
default
Options
_on
Ability
Control
_update
Object
activate
Listeners
get
Data
get
Spent
Points
Pathfinder 1e for Foundry VTT
hookEvents
pf1
Generated using
TypeDoc