|TargetString|IField`1|TypeString0=IField<string>| The string to which <code>AppendString</code> will be added.
|TargetString|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true| The string to which <code>AppendString</code> will be added.
|AppendString|String| The string to add to <code>TargetString</code>.
|AppendString|String| The string to add to <code>TargetString</code>.
|AppendInFront|Bool| Whether or not to add <code>AppendString</code> to the beginning of the string. (This does not reverse <code>AppendString</code>.)
|AppendInFront|Bool| Whether or not to add <code>AppendString</code> to the beginning of the string. (This does not reverse <code>AppendString</code>.)
Revision as of 10:39, 1 March 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Button String Append component as seen in the Scene Inspector
The ButtonStringAppend component can be used to add a string to the beginning or end of a string whenever a button is pressed.
Whether or not to add AppendString to the beginning of the string. (This does not reverse AppendString.)
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 ButtonStringAppend, making it append its AppendString to its TargetString.