1 #ifndef DECORATIVEOBJECTS_HPP_INCLUDED
2 #define DECORATIVEOBJECTS_HPP_INCLUDED
4 #include "../../Game/Interactable/DecorativeObject.hpp"
12 std::vector<Interactable::DecorativeObject>
GetAllWithin(std::int32_t Distance);
14 std::vector<Interactable::DecorativeObject>
GetAll();
15 std::vector<Interactable::DecorativeObject>
GetAll(std::int32_t ID, std::int32_t Distance = -1);
16 std::vector<Interactable::DecorativeObject>
GetAll(
const std::string& Name, std::int32_t Distance = -1);
17 std::vector<Interactable::DecorativeObject>
GetAll(
const std::vector<std::int32_t>& IDs, std::int32_t Distance = -1);
18 std::vector<Interactable::DecorativeObject>
GetAll(
const std::vector<std::string>& Names, std::int32_t Distance = -1);
Interactable::DecorativeObject Get(const Tile &T)
std::vector< Interactable::DecorativeObject > GetAllWithin(std::int32_t Distance)
std::vector< Interactable::DecorativeObject > GetAll()