Stack - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Stack Data Structure, which stores data in a linear, last-in-first-out model that disallows order manipulation.
Destruction |
Elements |
Stack.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{int:stack} |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
stack {int:stack} |
Empty |
|
Constructor copy |
other {Stack} |