Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISPriorityTable Class Reference

Static Public Member Functions

static void setDefaultZvalue (integer _z)
static void add (unknown _k, unknown _v, integer _z)
static unknown get (unknown _k)
static unknown getIndex (integer _index)
static void remove (unknown _k)
static void removeIndex (integer _index)
static integer size ()
static string toString ()
static umbrella::ISPriorityTable::IndexIterator indexIterator ()

Member Function Documentation

◆ add()

void ISPriorityTable::add ( unknown _k,
unknown _v,
integer _z )
static

◆ get()

unknown ISPriorityTable::get ( unknown _k)
static

◆ getIndex()

unknown ISPriorityTable::getIndex ( integer _index)
static

◆ indexIterator()

umbrella::ISPriorityTable::IndexIterator ISPriorityTable::indexIterator ( )
static

◆ remove()

void ISPriorityTable::remove ( unknown _k)
static

◆ removeIndex()

void ISPriorityTable::removeIndex ( integer _index)
static

◆ setDefaultZvalue()

void ISPriorityTable::setDefaultZvalue ( integer _z)
static

◆ size()

integer ISPriorityTable::size ( )
static

◆ toString()

string ISPriorityTable::toString ( )
static

The documentation for this class was generated from the following file: