ProtoFlux:Is Character On Ground: Difference between revisions

From Resonite Wiki
Created the page for Is Character On Ground node.
 
Removed the "click here" sentence. Reassigned link appropriately.
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
|}}
|}}


The <code>Is Character On Ground</code> node takes in a character controller reference and returns if that character controller is touching the ground. To learn more about the Character Controller Component, click [[Component:CharacterController|here]].
The <code>Is Character On Ground</code> node takes in a [[Component:CharacterController|character controller]] reference and returns if that character controller is touching the ground and has a simulating user.


== Inputs ==
== Inputs ==

Latest revision as of 17:00, 16 April 2024

Is Character On Ground
Character
*
Physics

The Is Character On Ground node takes in a character controller reference and returns if that character controller is touching the ground and has a simulating user.

Inputs

Character (Character Controller)

The character controller reference.

Outputs

* (bool)

Returns if this character controller is touching the ground or not.