You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkint -> checkinteger
optint -> optinteger
Older lua versions had redundant functions, but one with a shorter
name than the other. Newer Lua versions only retain the long version.
one is an alias of the other, but one was removed in 5.3+, so it's
better to use the common function across all versions.
0 commit comments