Click or drag to resize

ReInputControllerHelperIsCustomControllerAssigned(CustomController) Method

Is a specific Custom Controller assigned to any players?

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
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