Space Engineers
Types
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
suspend fun SpaceEngineers.blockingMoveBackwardsByDistance( distance: Float, startPosition: Vec3F, timeoutMs: Long = 20000, characterMovementType: CharacterMovementType = CharacterMovementType.RUN)
Content copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.blockingMoveByDistance( distance: Float, startPosition: Vec3F, timeoutMs: Long = 20000, orientation: Vec3F, characterMovementType: CharacterMovementType = CharacterMovementType.RUN)
Content copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.blockingMoveForwardByDistance( distance: Float, startPosition: Vec3F, timeoutMs: Long = 20000, characterMovementType: CharacterMovementType = CharacterMovementType.RUN)
Content copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.blockingRotateUntilOrientationForward( finalOrientation: Vec3F, rotation: Vec2F, delta: Float = 0.01f, timeoutMs: Long = 30000)
Content copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.blockingRotateUntilOrientationUp( finalOrientation: Vec3F, rotation: Vec2F, delta: Float = 0.01f, timeoutMs: Long = 30000)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.grindDownToPercentage( block: Block, percentage: Double, timeoutMs: Long = 20000, grinderLocation: ToolbarLocation)
Content copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.grindUntilIntegrityPercentage( block: Block, percentage: Double, toolLocation: ToolbarLocation, checkBlockIntegrity: (Block, Double) -> Boolean = { block_, integrity -> block_.integrity > integrity }, timeoutMs: Long = 20000)
Content copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.grindUntilIntegrityValue( block: Block, integrity: Double, toolLocation: ToolbarLocation, checkBlockIntegrity: (Block, Double) -> Boolean = { block_, integrity_ -> block_.integrity > integrity_ }, timeoutMs: Long = 20000)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun SpaceEngineers.torchUpToPercentage( block: Block, percentage: Double, torchLocation: ToolbarLocation)
Content copied to clipboard