1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

server side funcs

This commit is contained in:
SoundSSGood
2022-11-06 23:59:30 +02:00
parent 95ab343116
commit 0f391e19d5
2 changed files with 93 additions and 3 deletions

View File

@@ -181,6 +181,9 @@ public:
void putArtifact(const ArtifactLocation &al, const CArtifactInstance *a) override;
void removeArtifact(const ArtifactLocation &al) override;
bool moveArtifact(const ArtifactLocation &al1, const ArtifactLocation &al2) override;
bool moveArtifact(const ArtifactLocation & al1, const ArtifactLocation & al2) override;
bool bulkMoveArtifacts(ObjectInstanceID srcHero, ObjectInstanceID dstHero);
bool bulkSwapArtifacts(ObjectInstanceID leftHero, ObjectInstanceID rightHero);
void synchronizeArtifactHandlerLists();
void showCompInfo(ShowInInfobox * comp) override;