RoF+ Cursor Buffer SummonItem Initial Test Change

This commit is contained in:
Trevius
2014-12-20 01:52:58 -06:00
parent 6e192b1794
commit d454763cd1
5 changed files with 52 additions and 10 deletions
+1
View File
@@ -804,6 +804,7 @@ public:
int32 GetAugmentIDAt(int16 slot_id, uint8 augslot);
bool PutItemInInventory(int16 slot_id, const ItemInst& inst, bool client_update = false);
bool PushItemOnCursor(const ItemInst& inst, bool client_update = false);
void SummonCursorBuffer();
void DeleteItemInInventory(int16 slot_id, int8 quantity = 0, bool client_update = false, bool update_db = true);
bool SwapItem(MoveItem_Struct* move_in);
void SwapItemResync(MoveItem_Struct* move_slots);