Click or drag to resize

ReInputControllerHelperIsControllerAssignedToPlayer Method

Is the specified controller assigned to the specified player?

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsControllerAssignedToPlayer(
	ControllerType controllerType,
	int controllerId,
	int playerId
)

Parameters

controllerType  ControllerType
Type of controller
controllerId  Int32
Id of the controller
playerId  Int32
Id of the player

Return Value

Boolean
Boolean determining whether this controller is assigned to the player
See Also