PlayerControllerHelperMapHelperAddMap Method (Controller, ControllerMap, Boolean) |
Adds a controller map to the Player. Replaces if a map already exists with the same category and layout.
When replaced, map enabled state is copied from the existing map into the replacement.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void AddMap(
Controller controller,
ControllerMap map,
bool startEnabled
)
Parameters
- controller
- Type: RewiredController
Controller - map
- Type: RewiredControllerMap
Controller Map - startEnabled
- Type: SystemBoolean
Start this map enabled?
See Also