MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / clear

Method clear

Source/UIComponents/CtrlrValueMap.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void CtrlrValueMap::clear()
272{
273 currentValue = 0;
274 values.clear();
275 numericValues.clear();
276 additionalData.clear();
277}
278
279void CtrlrValueMap::wrapForLua(lua_State *L)
280{

Callers 3

parseStringMethod · 0.45
copyFromMethod · 0.45
fillComboMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected