Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-11-26 09:09:42 -05:00
parent f4aab7f804
commit e3b9cc610d
1 changed files with 12 additions and 0 deletions

View File

@ -289,6 +289,18 @@ function onTick()
end
```
# table
```
tableIndex = findTableIndex("duty")
TurbochargerSpeed = getSensor("TurbochargerSpeed")
tps = getSenor("Tps1")
dutyCycle = table3d(tableIndex, TurbochargerSpeed, tps)
```
## See also