-
Notifications
You must be signed in to change notification settings - Fork 31
TagsContainer
Modar Nasser edited this page Jun 18, 2024
·
1 revision
Base class for objects that can be tagged. Tags are strings.
ldtk::TagsContainer::hasTag(const std::string&) const -> boolReturns true if the TagsContainer contains the given tag, returns false otherwise.
ldtk::TagsContainer::allTags() const -> const std::vector<std::string>&Returns a vector containing all the tags in the TagsContainer.