proto void Sort | ( | void | param_array[], |
int | num ) |
Sorts static array of integers(ascendically) / floats(ascendically) / strings(alphabetically)
param_array | array Array to sort |
num | int How many items will be sorted in array |
void
Используется в ActionConstructor::ConstructActions() и EmoteConstructor::ConstructEmotes().