PriorityQueue - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Priority Queue Data Structure, which stores data in a linear model that orders values based on their assigned priority.

Specification

Destruction
Elements
PriorityQueue.destroy()
None

Properties

Name
Type
Modifiable
ID
{int:priorityQueue}
No

Construction types

Name
Arguments
New constructor
Wrapper
priorityQueue {int:priorityQueue}
Empty
Constructor copy
other {PriorityQueue}
⚠️ **GitHub.com Fallback** ⚠️