====== HeapQueue::_promote ====== There is no doc-string available for this function. ===== Syntax ===== script HeapQueue::_promote(string %this, string %index); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%index%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Gamemode_Slayer/common/support/Support_HeapQueue.cs:144 ===== See also ===== [[scripting:doc:u:heapqueue:udemote|HeapQueue::_demote]]\\ [[scripting:doc:u:heapqueue:compare|HeapQueue::compare]]\\ [[scripting:doc:u:heapqueue:onadd|HeapQueue::onAdd]]\\ [[scripting:doc:u:heapqueue:pop|HeapQueue::pop]]\\ [[scripting:doc:u:heapqueue:push|HeapQueue::push]]\\ [[scripting:doc:u:heapqueue:update|HeapQueue::update]]\\ ===== References ===== This function is not called by any other functions.