AlpacaLibary  1.63
A closed source C++ bot for OSRS
SpotAnimation.hpp
Go to the documentation of this file.
1 #ifndef SPOTANIMATION_HPP_INCLUDED
2 #define SPOTANIMATION_HPP_INCLUDED
3 
4 #include "CacheableNode.hpp"
5 #include "../JavaClass/Class.hpp"
6 #include <cstdint>
7 
8 namespace Internal
9 {
11  {
12  public:
13  SpotAnimation(const void* Obj);
14 
15  SpotAnimation() = default;
17  SpotAnimation(const SpotAnimation& Obj) = default;
20 
21  static Class GetClass();
22 
23  std::int32_t GetAngle() const;
24  std::int32_t GetAnimationID() const;
25  std::int32_t GetID() const;
26  std::int32_t GetScaleX() const;
27  std::int32_t GetScaleY() const;
28 
29  };
30 }
31 
32 #endif // SPOTANIMATION_HPP_INCLUDED
SpotAnimation(const SpotAnimation &Obj)=default
SpotAnimation(SpotAnimation &&Obj)=default
std::int32_t GetAngle() const
std::int32_t GetScaleY() const
std::int32_t GetAnimationID() const
std::int32_t GetScaleX() const
SpotAnimation(const void *Obj)
SpotAnimation & operator=(SpotAnimation &&Obj)=default
SpotAnimation & operator=(const SpotAnimation &Obj)=default
static Class GetClass()
std::int32_t GetID() const