StructFindValue
Searches a struct for a given value and returns an array of results
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The struct to search | |
|
|
| The value to search for | |
|
|
| Either one (default), which finds the first instance or all to return all values |
|
Examples
Related
Last updated