MCPcopy Create free account
hub / github.com/defold/defold / CheckTableNumber

Function CheckTableNumber

engine/gamesys/src/gamesys/scripts/script_resource.cpp:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 return CheckTableValue<int>(L, index, name, default_value);
531}
532static float CheckTableNumber(lua_State* L, int index, const char* name, float default_value)
533{
534 return CheckTableValue<float>(L, index, name, default_value);
535}
536
537static inline bool IsTextureFormatSupported(dmGraphics::TextureType type)
538{

Callers 1

GetTextMetricsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected