PriorityQueue.removeFirst() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
count? |
{int} |
Yes |
{any|any[]|undefined}
Remove one or more values with the highest priority in this Priority Queue and return it. If multiple values were removed, they will be returned in an array. If no values were removed, {undefined}
will be returned.