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

Method getNumberVector

src/ofxLua.cpp:833–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833void ofxLua::getNumberVector(const std::string& tableName, std::vector<lua_Number>& v) {
834 readVector<lua_Number>(tableName, v, LUA_TNUMBER, 0.0f);
835}
836
837void ofxLua::getNumberVector(const unsigned int tableIndex, std::vector<lua_Number>& v) {
838 readVector<lua_Number>(tableIndex, v, LUA_TNUMBER, 0.0f);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected