PriorityQueue - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Priority Queue Data Structure, which stores data in a linear model that orders values based on their assigned priority.
Destruction |
Elements |
PriorityQueue.destroy() |
None |
Name |
Type |
Modifiable |
ID |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
|
Empty |
|
Constructor copy |
other {PriorityQueue} |