PriorityQueue.removeFirst() - Mtax-Development/GML-OOP GitHub Wiki

Argument

Name
Type
Optional
count?
{int}
Yes

Returns

{any|any[]|undefined}

Description

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.

⚠️ **GitHub.com Fallback** ⚠️