Beispiel #1
0
void CList::CListItem::hover(bool on)
{
    if (on)
        GH.statusbar->print(getHoverText());
    else
        GH.statusbar->clear();
}
Beispiel #2
0
std::string CGObjectInstance::getHoverText(const CGHeroInstance * hero) const
{
	return getHoverText(hero->tempOwner);
}