ControllerMapGetElementMapMatches Method |
Finds all Action Element Maps of any kind that match the conditions defined by the specified predicate.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int GetElementMapMatches(
Predicate<ActionElementMap> predicate,
List<ActionElementMap> results
)
Parameters
- predicate PredicateActionElementMap
- The Predicate delegate that defines the conditions to match.
- results ListActionElementMap
- The list to be filled with results.
Return Value
Int32Number of matches.
Exceptions
See Also