Searched refs:QuerySlot (Results 1 – 11 of 11) sorted by relevance
24 func (client *Client) QuerySlot(request *QuerySlotRequest) (response *QuerySlotResponse, err error)… func37 response, err := client.QuerySlot(request)59 response, err = client.QuerySlot(request)
25 struct QuerySlot { struct29 Container<QuerySlot> container_; argument
86 auto id = container_.create(QuerySlot()); in delay()
82 class QuerySlot(QueryList): class
5941 int tmp = core->QuerySlot(idx);7250 si = actor->inventory.RemoveItem(core->QuerySlot(Slot));8883 Slot = core->QuerySlot(Slot);9025 Slot = core->QuerySlot(Slot);9175 int id = core->QuerySlot(i);9190 int id = core->QuerySlot(i);9577 si = TryToUnequip( actor, core->QuerySlot(Slot), Count );9702 Slot = core->QuerySlot(Slot);9904 SlotID = core->QuerySlot(SlotID);11498 slot = core->QuerySlot(slot);[all …]
588 ieDword QuerySlot(unsigned int idx) const;
1850 int realslot = core->QuerySlot(slot); in FindStealableItem()
3480 ieDword Interface::QuerySlot(unsigned int idx) const in QuerySlot() function in GemRB::Interface
1282 int Slot = core->QuerySlot(i); in ReadInventory()2285 unsigned int j = core->QuerySlot(i+1); in GetStoredFileSize()2324 unsigned int j = core->QuerySlot(i+1); in PutInventory()2339 unsigned int j = core->QuerySlot(i+1); in PutInventory()
4436 …target->inventory.SetSlotItemRes( fx->Resource, core->QuerySlot(fx->Parameter2), fx->Parameter1, f… in fx_create_item_in_slot()
9813 int slot = core->QuerySlot( 0 ); in SetupFist()