From b82818192265759dc27d90c842c175235edee13f Mon Sep 17 00:00:00 2001 From: NPO <77460082+NPO-197@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:54:16 -0400 Subject: [PATCH] Update Lua_Docs.md --- tools/LuaScripts/Lua_Docs.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tools/LuaScripts/Lua_Docs.md b/tools/LuaScripts/Lua_Docs.md index 79a07030..ed19cfd3 100644 --- a/tools/LuaScripts/Lua_Docs.md +++ b/tools/LuaScripts/Lua_Docs.md @@ -39,17 +39,13 @@ end `n_u8Value Readu8(nAddress)` - Read Data unisigned one Byte from u32 address `nAddress` -`n_u16Value Readu16(nAddress)` -- Read Data unisigned two Bytes from u32 address `nAddress` -`n_u32Value Readu32(nAddress)` -- Read Data unisigned four Bytes from u32 address `nAddress` +- `n_u16Value Readu16(nAddress)` Read Data unisigned two Bytes from u32 address `nAddress` +- `n_u32Value Readu32(nAddress)` Read Data unisigned four Bytes from u32 address `nAddress` `n_s8Value Readu8(nAddress)` - Read Data signed one Byte from u32 address `nAddress` -`n_s16Value Readu16(nAddress)` -- Read Data signed two Bytes from u32 address `nAddress` -`n_s32Value Readu32(nAddress)` -- Read Data signed four Bytes from u32 address `nAddress` +- `n_s16Value Readu16(nAddress)` Read Data signed two Bytes from u32 address `nAddress` +- `n_s32Value Readu32(nAddress)` Read Data signed four Bytes from u32 address `nAddress` `nil NDSTapDown(nX,nY)` - Push down on the bottom touchscreen at pixel position X,Y.