MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IsEmpty

Method IsEmpty

src/script/api/script_priorityqueue.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool ScriptPriorityQueue::IsEmpty()
99{
100 return this->queue.empty();
101}
102
103SQInteger ScriptPriorityQueue::Count()
104{

Callers 2

PopMethod · 0.95
PeekMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected