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
| Type | Name | Default | Description |
|---|---|---|---|
| String | searchText | ||
| Boolean | findInText | false |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName[:] | classNames |