| 414 | } |
| 415 | |
| 416 | void ScriptList::Clear() |
| 417 | { |
| 418 | this->modifications++; |
| 419 | |
| 420 | this->items.clear(); |
| 421 | this->values.clear(); |
| 422 | this->sorter->End(); |
| 423 | } |
| 424 | |
| 425 | void ScriptList::AddItem(SQInteger item, SQInteger value) |
| 426 | { |
no test coverage detected