Skip to content

Throttle Command

David edited this page Dec 14, 2021 · 1 revision

Usage

const options = {
    cab: 22,
    speed: 14,
    direction: 0
}

throttleCommand(options)
// returns '<t 1 22 14 0>'
Clone this wiki locally