Skip to content

Lib.string.list.KeepStrings

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

KeepStrings

in Lib.string.list


Collects the input string to a list.


Input Parameters

Name (Relevancy & Type) Description
NewString (StringRelevant) -
InsertTrigger (Boolean) -
MaxCount (Int32) -
ClearTrigger (Boolean) -
OnlyOnChanges (Boolean) -
InsertMode (Int32) -
Index (Int32Relevant) -

Outputs

Name Type
Strings System.Collections.Generic.List`1[System.String]
InsertTimes System.Collections.Generic.List`1[System.Single]
Count System.Int32

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally