PlayerControllerHelperMapHelperGetFirstMapInCategory Method (Controller, Int32) |
Gets the first controller map for the specified controller in the matching category assigned to this Player.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ControllerMap GetFirstMapInCategory(
Controller controller,
int categoryId
)
Parameters
- controller
- Type: RewiredController
The Controller. - categoryId
- Type: SystemInt32
Category id
Return Value
Type:
ControllerMapController Map
See Also