ProtoFlux:IsCharacterController: Difference between revisions

From Resonite Wiki
Removed the "click here" sentence. Reassigned link appropriately. Also some spellchecking. Added a link for ICollider and Slot.
m YoshBot moved page ProtoFlux:Is Character Controller to ProtoFlux:IsCharacterController: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:24, 21 August 2025

Is Character Controller
Collider
*
Physics

The Is Character Controller node takes in a reference to an ICollider and returns if that ICollider is labeled as a character controller type and the character controller has a simulating user in the same Slot.

Inputs

Collider (ICollider)

The Collider we want to check if it is a character controller.

Outputs

* (bool)

The result if it is a character controller or not.