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. | ||
= | == Implementers == | ||
* [[Component:GrabWorldLocomotion|GrabWorldLocomotion]] | |||
* [[Component:NoclipLocomotion|NoclipLocomotion]] | |||
* [[Component:PhysicalLocomotion|PhysicalLocomotion]] | |||
* [[Component:SlideLocomotion|SlideLocomotion]] | |||
* [[Component:TeleportLocomotion|TeleportLocomotion]] | |||
[[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.