Rest
...args: any[]Track the set of item filters which are applied
Track hidden elements of the sheet.
Whether inner part of this sheet has been rendered already.
Whether a submit has been queued in any way.
Item search
Private
inPrivate
Determine if this actor is in character generation state.
True if character generation guides are desirable.
Get the correct HTML template path to use for rendering this particular sheet
Static
defaultDefine default rendering options for the NPC sheet
Static
featReturns an object containing feature type specific data relevant to feature organization.
The traits object containing both custom text input and more structured resistances
The type of resistance to check ("dr" or "eres" for damage reduction or energy resistance, respectively)
Add some extra data when rendering the sheet to reduce the amount of logic required within the template.
Toggle inline display of an item's summary/description by expanding or hiding info div
The element to open. Likely will have the item
class in CSS.
Optional
instant: boolean = {}Whether to instantly show the expansion (true), or animate it (false)
Generated using TypeDoc
An Actor sheet for NPC type characters in the game system. Extends the base ActorSheetPF class.