ReplayMovement

class ReplayMovement(val spaceEngineers: SpaceEngineers) : CharacterMovement

Constructors

Link copied to clipboard
fun ReplayMovement(spaceEngineers: SpaceEngineers)

Functions

Link copied to clipboard
open override fun move(    direction3d: CompositeDirection3d,     movementType: CharacterMovementType,     ticks: Int)
Link copied to clipboard
open override fun rotate(rotationDirection: RotationDirection, ticks: Int)

Properties

Link copied to clipboard
val spaceEngineers: SpaceEngineers