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

Method getString

src/ofxLua.cpp:817–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817std::string ofxLua::getString(const std::string& name, const std::string& defaultValue) {
818 return read<std::string>(name, LUA_TSTRING, defaultValue);
819}
820
821std::string ofxLua::getString(const unsigned int index, const std::string& defaultValue) {
822 return read<std::string>(index, LUA_TSTRING, defaultValue);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected