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

Method writeNumber

src/ofxLuaFileWriter.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ofxLuaFileWriter::writeNumber(const std::string& name, lua_Number value) {
107 write<lua_Number>(name, LUA_TNUMBER, value);
108}
109
110void ofxLuaFileWriter::writeNumber(const unsigned int index, lua_Number value) {
111 write<lua_Number>(index, LUA_TNUMBER, value);

Callers 2

writeTableMethod · 0.80
runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected