Item components

InscribableSurface

item component · builder

Item is a writable [surface] with configurable acceptable writing implements

You can use the following options with this component:
name <name> - sets the name of the component
desc <desc> - sets the description of the component
size <#> - the number of characters of text that can fit on this surface
implement add <type> - allows a writing implement type
implement remove <type> - removes a writing implement type
implement clear - clears all allowed writing implement types

← Back to Item components