Queue.getFirst() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

None.

Returns

{any|undefined}

Description

Return the head value of this Queue, which is the one that would be removed first. Returns {undefined} if this Queue does not exists or is empty.

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