From 49f27fffbe07e66a3047812a838f03d7636cc4a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Jun 2013 18:45:31 +0300 Subject: Add chat command /testparticle for testing particle effects on player. Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need. --- src/localplayer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/localplayer.h') diff --git a/src/localplayer.h b/src/localplayer.h index 857b61167..6786ee0b0 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -468,6 +468,9 @@ class LocalPlayer final : public Being, void updateStatus() const; + void setTestParticle(const std::string &fileName, + bool updateHash = true); + std::string getInvertDirectionString(); std::string getCrazyMoveTypeString(); @@ -632,6 +635,10 @@ class LocalPlayer final : public Being, std::string mLastHitFrom; std::string mWaitFor; int mAdvertTime; + Particle *mTestParticle; + std::string mTestParticleName; + int mTestParticleTime; + unsigned long mTestParticleHash; bool mBlockAdvert; bool mEnableAdvert; bool mTradebot; -- cgit v1.2.3-70-g09d2