Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ lua_isnumber
Function
lua_isnumber
engine/lua/src/lua/lapi.c:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
259
260
LUA_API int lua_isnumber (lua_State *L, int idx) {
261
TValue n;
262
const TValue *o = index2adr(L, idx);
263
return tonumber(o, &n);
264
}
265
266
267
LUA_API int lua_isstring (lua_State *L, int idx) {
Callers
15
Script_Set
Function · 0.85
Script_Animate
Function · 0.85
Script_Property
Function · 0.85
ParsePropertyOptionIndex
Function · 0.85
GetLuaTraceback
Function · 0.85
Matrix4_mul
Function · 0.85
Lerp
Function · 0.85
Matrix4_Scale
Function · 0.85
TEST_F
Function · 0.85
opt_set_linger
Function · 0.85
opt_ip6_setmembership
Function · 0.85
getfd
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
2
TEST_F
Function · 0.68
PrintTable
Function · 0.68