Create ILocomotionModule Type Page |
Added category: Interface types |
||
(One intermediate revision by one other user not shown) | |||
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]] | ||
[[Category:Interface types]] |
Latest revision as of 17:02, 25 August 2025
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.