Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
utils
./dialog.mjs
getItem
Function getItem
getItem
(
options
?:
GetItemOptions
,
)
:
Promise
<
null
|
string
|
false
|
Item
<
"base"
|
ModuleSubType
>
>
Choose item from actor.
This is simplified interface to
pf1.applications.ItemSelector
Parameters
options
:
GetItemOptions
= {}
Options
Returns
Promise
<
null
|
string
|
false
|
Item
<
"base"
|
ModuleSubType
>
>
Chosen item, null if cancelled, or false if none option was used.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
Choose item from actor.
This is simplified interface to pf1.applications.ItemSelector