Click or drag to resize

ReInput.ControllerHelper.IsCustomControllerAssigned(CustomController) Method

Is a specific Custom Controller assigned to any players?

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsCustomControllerAssigned(
	CustomController customController
)

Parameters

customController  CustomController
The Custom Controller

Return Value

Boolean
Boolean determining if the specified custom controller is assigned to any players
See Also