MCPcopy Create free account
hub / github.com/danomatika/ofxLua / isString

Method isString

src/ofxLua.cpp:539–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539bool ofxLua::isString(const std::string& name) {
540 return exists(name, LUA_TSTRING);
541}
542
543bool ofxLua::isString(const unsigned int index) {
544 return exists(index, LUA_TSTRING);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected