ProtoFlux:On Contact Start: Difference between revisions

From Resonite Wiki
m 989onan moved page On Collision Start (ProtoFlux) to ProtoFlux:On Contact Start: Misspelled title: oops
m fix types
 
Line 4: Line 4:
|Outputs=
|Outputs=
[
[
{"Name":"OnEvent", "Type":"Impulse"},
{"Name":"OnEvent", "Type":"Call"},
{"Name": "Other", "Type": "ICollider"}
{"Name": "Other", "Type": "ICollider"}
]
]
Line 17: Line 17:
== Output ==
== Output ==


=== OnEvent ([[Impulses|impulse]]) ===  
=== OnEvent ([[Impulses|Call]]) ===  


When the table's conditions including any exceptions to it are met for the Collider ([[Type:ICollider|ICollider]]) and it's a collision start event this will send an impulse.
When the table's conditions including any exceptions to it are met for the Collider ([[Type:ICollider|ICollider]]) and it's a collision start event this will send an impulse.

Latest revision as of 20:24, 9 February 2024

On Contact Start
OnEvent
Other
Collider
null
Events

This node detects collisions based on the Collisions Table.

Output

OnEvent (Call)

When the table's conditions including any exceptions to it are met for the Collider (ICollider) and it's a collision start event this will send an impulse.

Other (ICollider)

The other collider that Collider (ICollider) collided with for this node's event. This value only exists during OnEvent (impulse).

Globals

Collider (ICollider)

The ICollider to receive collision start events for.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.