Updated Lua Scripting (markdown)
This commit is contained in:
parent
9f6ca4fb8e
commit
7bd898c383
|
@ -108,6 +108,10 @@ Sets the rate at which rusEFI calls your `onTick` function, in hz. On reset defa
|
|||
- Returns
|
||||
- none
|
||||
|
||||
### `mcu_stop`
|
||||
|
||||
Stops MCU.
|
||||
|
||||
### `table3d(tableIdx, x, y)`
|
||||
|
||||
Looks up a value from the specified Script Table.
|
||||
|
|
Loading…
Reference in New Issue