Table of Contents

HeapQueue::update

There is no doc-string available for this function.

Syntax

script HeapQueue::update(string %this, string %item, string %score);

Parameters

string %this
No description available.

string %item
No description available.

string %score
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/common/support/Support_HeapQueue.cs:110

See also

HeapQueue::_demote
HeapQueue::_promote
HeapQueue::compare
HeapQueue::onAdd
HeapQueue::pop
HeapQueue::push

References

This function is not called by any other functions.