DIFF

class IconsContainerSource

IconsContainer Container LayoutHolder ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 1

void IconsContainer(LayoutHolder parent)

Members 1

protected ref map<int, ref Icon> m_EntitiesMap = new map<int, ref Icon>

Methods 10

int GetItemCount()
References map.Count(), and m_EntitiesMap
void AddItem(Icon icon)
Icon GetIcon(int entity_id)
References map.Get(), and m_EntitiesMap
Icon GetIconByIndex(int index)
void RemoveItem(Icon icon)
Referenced by Icon.ToRefresh()
void RemoveItem(int entity)
References map.Remove(), and m_EntitiesMap
Referenced by Icon.ToRefresh()
bool ContainsEntity(EntityAI entity)
void UpdateItemsTemperature()
override void Refresh()
References map.Count(), map.GetElement(), Refresh()
Show 2 more, Container.Refresh(), and m_EntitiesMap