| 1082 | } |
| 1083 | |
| 1084 | int OPS_SetIntDictListOutput(std::map<const char*, std::vector<int>>& data) |
| 1085 | { |
| 1086 | if (cmds == 0) return 0; |
| 1087 | DL_Interpreter* interp = cmds->getInterpreter(); |
| 1088 | return interp->setInt(data); |
| 1089 | } |
| 1090 | |
| 1091 | int OPS_GetDoubleInput(int *numData, double *data) |
| 1092 | { |
nothing calls this directly
no test coverage detected