ControllerMapGetFirstElementMapMatch Method | 
            Finds the first Action Element Map of any kind that matches 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 ActionElementMap GetFirstElementMapMatch(
	Predicate<ActionElementMap> predicate
)
Parameters
- predicate  PredicateActionElementMap
 - The Predicate delegate that defines the conditions to match.
 
Return Value
ActionElementMapAction Element Map
Exceptions
See Also