Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dhero-dialog.cpp286 hero->getOwner()->heroDropItem (hero, item, pos, splash); in on_drop_clicked()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dplayer.h661 bool heroDropItem(Hero *hero, Item *item, Vector<int> pos, bool &splash);
H A Dplayer.cpp1984 bool Player::heroDropItem(Hero *h, Item *i, Vector<int> pos, bool &splash) in heroDropItem() function in Player
1994 heroDropItem(h, h->getBackpack()->front(), pos, splash); in heroDropAllItems()