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

Method writeBool

src/ofxLuaFileWriter.cpp:98–100  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

96
97//------------------------------------------------------------------------------
98void ofxLuaFileWriter::writeBool(const std::string& name, bool value) {
99 write<bool>(name, LUA_TBOOLEAN, value);
100}
101
102void ofxLuaFileWriter::writeBool(const unsigned int index, bool value) {
103 write<bool>(index, LUA_TBOOLEAN, value);

Callers 2

writeTableMethod · 0.80
runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected