Type:LocomotionArchetype: Difference between revisions

From Resonite Wiki
Created stub for Type:LocomotionArchetype [Automated]
 
add info
 
Line 1: Line 1:
{{stub}}
Is used to identify what kind of locomotion type a locomotion module is. used for easier identification, rather than using the name of the module.


{{Table EnumValues
{{Table EnumValues
|Teleport|0|
|Teleport|0| The locomotion is a Teleport type locomotion.
|NoClip|1|
|NoClip|1| The locomotion is a No Clip type locomotion.
|Fly|2|
|Fly|2| The locomotion is a Fly type locomotion.
|Walk|3|
|Walk|3| The locomotion is a Walk type locomotion.
|ThreeAxisNoClip|4|
|ThreeAxisNoClip|4| The locomotion is a Three Axis No Clip type locomotion.
|ThreeAxisFly|5|
|ThreeAxisFly|5| The locomotion is a Three Axis Fly type locomotion.
|ZeroG|6|
|ZeroG|6| The locomotion is a Zero Gravity type locomotion.
|GrabWorld|7|
|GrabWorld|7| The locomotion is a Grab World type locomotion.
|NoLocomotion|8|
|NoLocomotion|8| The locomotion is a None type locomotion.
}}
}}


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

Latest revision as of 21:26, 7 April 2025

Is used to identify what kind of locomotion type a locomotion module is. used for easier identification, rather than using the name of the module.

Values
Name Value Description
Teleport 0 The locomotion is a Teleport type locomotion.
NoClip 1 The locomotion is a No Clip type locomotion.
Fly 2 The locomotion is a Fly type locomotion.
Walk 3 The locomotion is a Walk type locomotion.
ThreeAxisNoClip 4 The locomotion is a Three Axis No Clip type locomotion.
ThreeAxisFly 5 The locomotion is a Three Axis Fly type locomotion.
ZeroG 6 The locomotion is a Zero Gravity type locomotion.
GrabWorld 7 The locomotion is a Grab World type locomotion.
NoLocomotion 8 The locomotion is a None type locomotion.