mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 12:16:23 +01:00
Introduce 4 new functions:
- g_map.beginGhostMode(float opacity) - g_map.endGhostMode() - UIMap::movePixels(int x, int y) - MapView::move(int x, int y)
This commit is contained in:
@@ -194,6 +194,9 @@ public:
|
||||
bool showZones() { return m_zoneFlags != 0; }
|
||||
bool showZone(tileflags_t zone) { return (m_zoneFlags & zone) == zone; }
|
||||
|
||||
void beginGhostMode(float opacity);
|
||||
void endGhostMode();
|
||||
|
||||
// known creature related
|
||||
void addCreature(const CreaturePtr& creature);
|
||||
CreaturePtr getCreatureById(uint32 id);
|
||||
|
||||
Reference in New Issue
Block a user