mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 12:16:23 +01:00
Introduce 2 new functions to Map
- g_map.colorizeThing - g_map.removeThingColor
This commit is contained in:
@@ -169,6 +169,8 @@ public:
|
||||
ThingPtr getThing(const Position& pos, int stackPos);
|
||||
bool removeThing(const ThingPtr& thing);
|
||||
bool removeThingByPos(const Position& pos, int stackPos);
|
||||
void colorizeThing(const ThingPtr& thing, const Color& color);
|
||||
void removeThingColor(const ThingPtr& thing);
|
||||
|
||||
StaticTextPtr getStaticText(const Position& pos);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user