(svn r26894) -Feature: Swap method for script lists

This commit is contained in:
fonsinchen
2014-09-21 16:25:15 +00:00
parent 2128f1e929
commit 1a5b2f0e17
6 changed files with 34 additions and 0 deletions

View File

@@ -152,6 +152,12 @@ public:
*/
void AddList(ScriptList *list);
/**
* Swap the contents of two lists.
* @param list The list that will be swapped with.
*/
void SwapList(ScriptList *list);
/**
* Removes all items with a higher value than 'value'.
* @param value the value above which all items are removed.