functionsearchClassNames

Searches for a string in the loaded classes.

Information

Returns a list of classes whose name contains searchText. If findInText = true then classes whose text contains searchText is also returned.

Example command:

  searchClassNames("ground");
  searchClassNames("ground", true);

Inputs

TypeNameDefaultDescription
StringsearchText
BooleanfindInTextfalse

Outputs

TypeNameDefaultDescription
TypeName[:]classNames