a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / PriorityQueueElement
Represents an element in a priority queue.
• T
priority:
number
The priority of the element, higher numbers indicate higher priority.
shared/ds/queue/PriorityQueueElement.ts:10
value:
T
The value of the element.