Click or drag to resize

ControllerMapEnabler.RuleSet.FindLastIndex Method

Finds the index of the last Rule that satisfies the predicate.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int FindLastIndex(
	Predicate<ControllerMapEnabler.Rule> predicate
)

Parameters

predicate
Type: System.Predicate<ControllerMapEnabler.Rule>
Predicate

Return Value

Type: Int32
The index of the last Rule that satisfies the predicate. Returns -1 if not found.
See Also