Click or drag to resize

ReInputControllerHelperIsCustomControllerAssigned Method (CustomController)

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
Type: RewiredCustomController
The Custom Controller

Return Value

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