TextItemConfig
Hierarchy
- ExtendedItemConfig<TextItemOption>
- TextItemConfig
Index
Properties
optionalAllowEffect
Archetype
The archetype of the extended item config
optionalBaselineProperty
To-be initialized properties independent of the selected item module(s). Relevant if there are properties that are (near) exclusively managed by ExtendedItemConfig.ScriptHooks functions.
optionalChatSetting
The chat message setting for the item. This can be provided to allow finer-grained chatroom message keys for the item.
optionalChatTags
An array of the chat message tags that should be included in the item's chatroom messages.
optionalCopyConfig
The group name and asset name of a configuration to copy - useful if multiple items share the same config
Type declaration
AssetName: string
optionalGroupName?: AssetGroupName
optionalDialogPrefix
A record containing various dialog keys used by the extended item screen
Type declaration
optionalChat?: string | ExtendedItemChatCallback<TextItemOption>
The dialogue prefix that will be used for each of the item's chatroom messages
optionalHeader?: string | ExtendedItemHeaderCallback<TextItemData>
The dialogue prefix for the player prompt that is displayed on each module's menu screen
optionalDictionary
Contains custom dictionary entries in the event that the base ones do not suffice.
optionalDrawData
An interface with element-specific drawing data for a given screen.
optionalDrawImages
A boolean indicating whether or not images should be drawn for the option and/or module selection screen.
optionalEventListeners
optionalFont
The font used for dynamically drawing text. Requires AssetDefinition.DynamicAfterDraw to be set.
MaxLength
A record with the maximum length for each text-based properties with an input field.
optionalName
The unique name for this (sub)-screen used for the automatic construction of ItemProperties.TypeRecord keys. Names should be short.
If not explicitly specified defaults to the name of ExtendedItemData.parentOption for sub screens and the name of the archetype in case of the (outer-most) super screen.
optionalPushOnPublish
optionalScriptHooks
A recond containing functions that are run on load, click, draw, exit, and validate, with the original archetype function
and parameters passed on to them. If undefined, these are ignored.
Note that scripthook functions must be loaded before Female3DCGExtended.js
in index.html
.
A list with extra to-be allowed effect names. Should only defined when there are effects that are exclusively managed by script hooks and thus cannot be extracted from the normal extended item options.