mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-15 23:56:14 +01:00
fac1ebcd3f
- Lua documentation has been added for all peripherals except the train station (not looking forward to writing that one) - This documentation will be added to the GitHub wiki pages
10 lines
324 B
Markdown
10 lines
324 B
Markdown
| Method | Description |
|
|
|---------------------------|---------------------------------|
|
|
| [`getSpeed()`](#getSpeed) | Gets the current rotation speed |
|
|
|
|
---
|
|
### `getSpeed()`
|
|
Gets the current rotation speed of the attached components
|
|
|
|
**Returns**
|
|
- `number` The current rotation speed
|