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

Function CheckTableBoolean

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

///////////////////////////////

Source from the content-addressed store, hash-verified

518
519////////////////////////////////////
520static bool CheckTableBoolean(lua_State* L, int index, const char* name, bool default_value)
521{
522 return CheckTableValue<bool>(L, index, name, default_value);
523}
524static int CheckTableInteger(lua_State* L, int index, const char* name)
525{
526 return CheckTableValue<int>(L, index, name);

Callers 1

GetTextMetricsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected