Component:FootstepEventRelay: Difference between revisions

From Resonite Wiki
add info
Rework
 
Line 3: Line 3:
|Name=Footstep Event Relay
|Name=Footstep Event Relay
}}
}}
The '''FootstepEventRelay''' can be put on a user's feet to recieve foot step events and send them to other slots.
The '''FootstepEventRelay''' component can be put on a user's feet or an object with a collider to receive footstep events. The events are then sent to another slot or any number of [[ProtoFlux:FootstepEvents]] ProtoFlux nodes.


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Target|Slot| The slot to relay foot step events to.
|Target|Slot| The slot to relay footstep events to.
}}
}}


== Usage ==
== Usage ==
Used to recieve and relay foot step events.
Used to receive and relay footstep events.


== Examples ==
== Examples ==
Can be used with protoflux to make personal foot step sounds.
Can be used with ProtoFlux to make personal footstep sounds, or trigger other events as the user walks.
 
The world "Ripple Ripple Particle" by [[User:orange|orange]] uses this for its effects.


== See Also ==
== See Also ==
[[ProtoFlux:FootstepEvents]]


[[Category:Components:Locomotion:Footsteps{{#translation:}}|Footstep Event Relay]]
[[Category:Components:Locomotion:Footsteps{{#translation:}}|Footstep Event Relay]]
[[Category:Components{{#translation:}}|Footstep Event Relay]]
[[Category:Components{{#translation:}}|Footstep Event Relay]]

Latest revision as of 04:14, 3 September 2025

Component image 
Footstep Event Relay component as seen in the Scene Inspector

The FootstepEventRelay component can be put on a user's feet or an object with a collider to receive footstep events. The events are then sent to another slot or any number of ProtoFlux:FootstepEvents ProtoFlux nodes.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Target Slot The slot to relay footstep events to.

Usage

Used to receive and relay footstep events.

Examples

Can be used with ProtoFlux to make personal footstep sounds, or trigger other events as the user walks.

The world "Ripple Ripple Particle" by orange uses this for its effects.

See Also

ProtoFlux:FootstepEvents