Vector Movement
class VectorMovement(val spaceEngineers: SpaceEngineers, vectorMultiplier: Float = 9.0f) : CharacterMovement
Content copied to clipboard
Constructors
Link copied to clipboard
fun VectorMovement(spaceEngineers: SpaceEngineers, vectorMultiplier: Float = 9.0f)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun move( direction3d: CompositeDirection3d, movementType: CharacterMovementType, ticks: Int)
Content copied to clipboard
Link copied to clipboard
open override fun rotate(rotationDirection: RotationDirection, ticks: Int)
Content copied to clipboard