mirror of
https://github.com/Kiritow/OpenComputerScripts.git
synced 2024-03-22 13:10:46 +08:00
Fix checkarg
This commit is contained in:
parent
f5f6b6a61a
commit
dace9e00fd
|
@ -28,6 +28,10 @@ function checkfunc(n)
|
|||
do_check(n, "function")
|
||||
end
|
||||
|
||||
function checkfunction(n)
|
||||
do_check(n, "function")
|
||||
end
|
||||
|
||||
function checktable(n)
|
||||
do_check(n, "table")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user