working car buttons, get leveling to accept strings and not just numbers

This commit is contained in:
2024-08-22 15:39:33 -04:00
parent 8af537f9de
commit b6bb2bddf1
3 changed files with 22 additions and 16 deletions

View File

@@ -33,7 +33,11 @@ type Impl_Constructor = {
}
type FloorLevelingPositions = {number}
type Constructor_Fun = (ElevatorBoxModel: BasePart, ElevatorConfigurationTable: ElevatorTypes.ElevatorConfigurationTable, FloorLevelingPositions: FloorLevelingPositions) -> ClassConstructor
type Constructor_Fun = (
ElevatorBoxModel: BasePart,
ElevatorConfigurationTable: ElevatorTypes.ElevatorConfigurationTable,
FloorLevelingPositions: FloorLevelingPositions
) -> ClassConstructor
type Constructor_Return_Props = {
RelayAlgorithm: RelayAlgorithm.RelayAlgorithmConstructor,