ButtonStringErase (Component)

From Neos Wiki
Revision as of 09:23, 27 December 2021 by Psychpsyo (talk | contribs) (Wrote article.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This article or section is a Stub. You can help the Neos Wiki by expanding it.


Button String Erase component as seen in the Scene Inspector

The ButtonStringErase component can be used to remove characters from the beginning or end of a string whenever a button is pressed.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated
Enabled Bool Controls whether or not this component is enabled
TargetString IField<string> The string from which characters will be removed.
Count Int How many characters to remove.
EraseFromBeginning Bool Whether or not to remove characters from the beginning of the string.

Usage

To function, the component simply needs to be attached to a slot that also has a button component attached to it. From then on, pressing that button will activate the ButtonStringErade, making it erase the first or last Count characters from its TargetString.

Examples

Related Components