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

Method setString

src/ofxLua.cpp:866–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866void ofxLua::setString(const std::string& name, const std::string value) {
867 write<std::string>(name, LUA_TSTRING, value);
868}
869
870void ofxLua::setString(const unsigned int index, const std::string value) {
871 write<std::string>(index, LUA_TSTRING, value);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected