Update tabletRadar.lua
This commit is contained in:
parent
f0877643c6
commit
0bb783657d
1 changed files with 0 additions and 8 deletions
|
@ -18,14 +18,6 @@ function contains(arr, name)
|
|||
return true
|
||||
end
|
||||
|
||||
function tableSize(table)
|
||||
local count = 0
|
||||
for _ in pairs(table) do
|
||||
count = count + 1
|
||||
end
|
||||
return count
|
||||
end
|
||||
|
||||
function onKeyPressed()
|
||||
local _, _, _, key, _ = event.pull(0.05, "key_down")
|
||||
if key == 0x12 then
|
||||
|
|
Loading…
Reference in a new issue