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