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

Method setNumberVector

src/ofxLua.cpp:882–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882void ofxLua::setNumberVector(const std::string& tableName, std::vector<lua_Number>& v) {
883 writeVector<lua_Number>(tableName, LUA_TNUMBER, v);
884}
885
886void ofxLua::setNumberVector(const unsigned int tableIndex, std::vector<lua_Number>& v) {
887 writeVector<lua_Number>(tableIndex, LUA_TNUMBER, v);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected