mirror of
https://github.com/edubart/otclient.git
synced 2025-12-28 10:27:12 +01:00
Browse field, locked & paginated container support
This commit is contained in:
@@ -85,7 +85,7 @@ protected:
|
||||
void processCloseContainer(int containerId);
|
||||
void processContainerAddItem(int containerId, const ItemPtr& item, int slot);
|
||||
void processContainerUpdateItem(int containerId, int slot, const ItemPtr& item);
|
||||
void processContainerRemoveItem(int containerId, int slot);
|
||||
void processContainerRemoveItem(int containerId, int slot, const ItemPtr& lastItem);
|
||||
|
||||
// channel related
|
||||
void processChannelList(const std::vector<std::tuple<int, std::string> >& channelList);
|
||||
@@ -258,6 +258,10 @@ public:
|
||||
// >= 970 modal dialog
|
||||
void answerModalDialog(int dialog, int button, int choice);
|
||||
|
||||
// >= 984 browse field
|
||||
void browseField(const Position& position);
|
||||
void seekInContainer(int cid, int index);
|
||||
|
||||
//void reportRuleViolation2();
|
||||
void ping();
|
||||
void setPingDelay(int delay) { m_pingDelay = delay; }
|
||||
|
||||
Reference in New Issue
Block a user