| 724 | } |
| 725 | |
| 726 | void ScriptList::KeepTop(SQInteger count) |
| 727 | { |
| 728 | this->modifications++; |
| 729 | |
| 730 | this->RemoveBottom(this->Count() - count); |
| 731 | } |
| 732 | |
| 733 | void ScriptList::KeepBottom(SQInteger count) |
| 734 | { |
nothing calls this directly
no test coverage detected