Home
last modified time | relevance | path

Searched refs:UnlockItem (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.h222 void UnlockItem(const UnlockableItem& item);
H A DEmpire.cpp1382 UnlockItem(item); // potential infinite if a tech (in)directly unlocks itself? in ApplyNewTechs()
1392 void Empire::UnlockItem(const UnlockableItem& item) { in UnlockItem() function in Empire
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerWrapper.cpp328 empire->UnlockItem(item); in EmpireUnlockItem()