Difference between revisions of "Is Character On Ground (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
(Mark stub)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<languages></languages>
 
<languages></languages>
 
<translate>
 
<translate>
{{stub}}
+
<!--T:1-->
The '''Is Character On Ground''' node.
+
{{Infobox Logix Node
 +
| Name = Is Character On Ground
 +
| Image =[[File: IsCharacterOnGroundNode.png | noframe | 128px | 'Is Character On Ground' LogiX node ]]
 +
| Input0Type = CharacterController | Input0Name = Character
 +
| Output0Type = Bool | Output0Name = *
 +
}}
  
<!--[[File:|border|256px|right]]-->
+
<!--T:2-->
 +
The '''Is Character On Ground''' node ouputs true if the input <code>Character</code> [[CharacterController (Component)]] is standing on a collider, otherwise false.
  
== Inputs & Outputs ==
+
== Usage == <!--T:3-->
{| class="wikitable"
 
|+Inputs
 
|-
 
| Color
 
| Label
 
| Type
 
|-
 
| style="background-color:{{CharacterController-color}}" |
 
| Character
 
| CharacterController
 
|}
 
  
{| class="wikitable"
+
== Examples == <!--T:4-->
|+Outputs
 
|-
 
| Color
 
| Label
 
| Type
 
|-
 
| style="background-color:{{Boolean-color}}" |
 
| *
 
| Boolean
 
|}
 
  
== Usage ==
+
== Node Menu == <!--T:5-->
 
 
== Examples ==
 
 
 
== Node Menu ==
 
 
</translate>
 
</translate>
 
+
[[Category:LogiX{{#translation:}}|Is Character On Ground]]
[[Category:LogiX|Is Character On Ground]]
+
[[Category:LogiX:Physics{{#translation:}}|Is Character On Ground]]
[[Category:LogiX: Physics|Is Character On Ground]]
 
 
{{:NodeMenu-Physics}}
 
{{:NodeMenu-Physics}}

Latest revision as of 03:49, 20 February 2022