Release 1.36

master
Kasi 2019-09-30 00:18:25 +01:00
parent 38d544c87f
commit 69840fcec7
3 changed files with 4 additions and 1 deletions

View File

@ -21,11 +21,13 @@ namespace Internal
static Class GetClass(); static Class GetClass();
std::int32_t GetAngle() const;
std::int32_t GetFlags() const; std::int32_t GetFlags() const;
std::int64_t GetHash() const; std::int64_t GetHash() const;
std::int32_t GetHeight() const; std::int32_t GetHeight() const;
std::int32_t GetOrientation() const;
std::int32_t GetOrientation2() const;
Renderable GetRenderable() const; Renderable GetRenderable() const;
Renderable GetRenderable2() const;
std::int32_t GetX() const; std::int32_t GetX() const;
std::int32_t GetY() const; std::int32_t GetY() const;
std::int32_t GetZ() const; std::int32_t GetZ() const;

View File

@ -262,6 +262,7 @@ namespace Internal
SpotAnimation GetSpotAnimation(std::int32_t ID); SpotAnimation GetSpotAnimation(std::int32_t ID);
Model GetSpotAnimationModel(std::int32_t ID); Model GetSpotAnimationModel(std::int32_t ID);
Model GetWallObjectModel(const WallObject& O); Model GetWallObjectModel(const WallObject& O);
Model GetWallObjectModel2(const WallObject& O);
Model GetDecorativeObjectModel(const DecorativeObject& O); Model GetDecorativeObjectModel(const DecorativeObject& O);
Model GetGroundObjectModel(const GroundObject& O); Model GetGroundObjectModel(const GroundObject& O);
Model GetDynamicObjectModel(std::int32_t ID); Model GetDynamicObjectModel(std::int32_t ID);

Binary file not shown.