| 5394 | } |
| 5395 | |
| 5396 | ResultType Script::SetSendMode(LPTSTR aValue) |
| 5397 | { |
| 5398 | g->SendMode = Line::ConvertSendMode(aValue, g->SendMode); // Leave value unchanged if ARG1 is invalid. |
| 5399 | return OK; |
| 5400 | } |
| 5401 | |
| 5402 | ResultType Script::SetSendLevel(int aValue, LPTSTR aValueStr) |
| 5403 | { |
nothing calls this directly
no outgoing calls
no test coverage detected