Type:ILocomotionModule: Difference between revisions

From Resonite Wiki
Create ILocomotionModule Type Page
 
Reformat
 
Line 3: Line 3:
It is used primarily to refer to a locomotion a user is currently using, or to the idea of a locomotion in general like walk, run, noclip, fly, sanic, no gravity.
It is used primarily to refer to a locomotion a user is currently using, or to the idea of a locomotion in general like walk, run, noclip, fly, sanic, no gravity.


= Possible Types =
== Implementers ==
{| class="wikitable"
* [[Component:GrabWorldLocomotion|GrabWorldLocomotion]]
! Value
* [[Component:NoclipLocomotion|NoclipLocomotion]]
! Description
* [[Component:PhysicalLocomotion|PhysicalLocomotion]]
|-
* [[Component:SlideLocomotion|SlideLocomotion]]
| [[Component:GrabWorldLocomotion|GrabWorldLocomotion]]
* [[Component:TeleportLocomotion|TeleportLocomotion]]
| check page for more info.
|-
| [[Component:NoclipLocomotion|NoclipLocomotion]]
| check page for more info.
|-
| [[Component:PhysicalLocomotion|PhysicalLocomotion]]
| check page for more info.
|-
| [[Component:SlideLocomotion|SlideLocomotion]]
| check page for more info.
|-
| [[Component:TeleportLocomotion|TeleportLocomotion]]
| check page for more info.
|}


[[Category:Type]]
[[Category:Type]]

Latest revision as of 22:45, 12 November 2024

The ILocomotionModule type is an Interface Type used to refer to any locomotion module under Components/Locomotion/Modules.

It is used primarily to refer to a locomotion a user is currently using, or to the idea of a locomotion in general like walk, run, noclip, fly, sanic, no gravity.

Implementers