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

Method checkType

src/ofxLua.cpp:1210–1212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1208
1209//------------------------------------------------------------------------------
1210bool ofxLua::checkType(int stackIndex, int type) {
1211 return lua_type(L, stackIndex) == type;
1212}
1213
1214//------------------------------------------------------------------------------
1215// from http://stackoverflow.com/questions/6137684/iterate-through-lua-table

Callers

nothing calls this directly

Calls 1

lua_typeFunction · 0.85

Tested by

no test coverage detected