mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
Added method to export a ThingType as png :exportImage(fileName)
This commit is contained in:
@@ -118,6 +118,7 @@ public:
|
||||
void unserializeOtml(const OTMLNodePtr& node);
|
||||
|
||||
void serialize(const FileStreamPtr& fin);
|
||||
void exportImage(std::string fileName);
|
||||
|
||||
void draw(const Point& dest, float scaleFactor, int layer, int xPattern, int yPattern, int zPattern, int animationPhase, LightView *lightView = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user