From f45279f7b94519e1a949f729a9e19c875039d5d4 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:45:33 -0400 Subject: [PATCH] Updated Lua Scripting (markdown) --- Lua-Scripting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 82658cd4..0e1ceb2d 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -121,6 +121,10 @@ Returns true if ECU is in state of critical/fatal error. ### Engine Control +### `startCrankingEngine()` + +Start cranking as if physical start button was tapped. + #### `stopEngine()` #### `isEngineStopRequested()`