Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.63 KB

File metadata and controls

55 lines (28 loc) · 1.63 KB

Latite Scripting Documentation (Exports)


Exports > world/entity > MovementState

MovementState

Interface

Source: world/entity.d.ts:177

Properties

backward

backward: boolean

Source: world/entity.d.ts:179

forward

forward: boolean

Source: world/entity.d.ts:178

jump

jump: boolean

Source: world/entity.d.ts:182

left

left: boolean

Source: world/entity.d.ts:180

right

right: boolean

Source: world/entity.d.ts:181

sneak

sneak: boolean

Source: world/entity.d.ts:183

sprintHeld

readonly sprintHeld: boolean

Source: world/entity.d.ts:184