Home
last modified time | relevance | path

Searched refs:DropItemAtLocation (Results 1 – 4 of 4) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInventory.h285 bool DropItemAtLocation(unsigned int slot, unsigned int flags, Map *map, const Point &loc);
286 bool DropItemAtLocation(const char *resref, unsigned int flags, Map *map, const Point &loc);
H A DInventory.cpp753 bool Inventory::DropItemAtLocation(unsigned int slot, unsigned int flags, Map *map, const Point &lo… in DropItemAtLocation() function in GemRB::Inventory
780 bool Inventory::DropItemAtLocation(const char *resref, unsigned int flags, Map *map, const Point &l… in DropItemAtLocation() function in GemRB::Inventory
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DActions.cpp4389 scr->inventory.DropItemAtLocation(parameters->string0Parameter, in DropItem()
4393 scr->inventory.DropItemAtLocation(parameters->int0Parameter, 0, map, parameters->pointParameter); in DropItem()
4436 inv->DropItemAtLocation(x, 0, area, tar->Pos); in DropInventoryEX()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp5874 if (inventory.DropItemAtLocation( resref, flags, area, Pos )) { in DropItem()
5881 if (inventory.DropItemAtLocation( slot, flags, area, Pos )) { in DropItem()