MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / NoSelectedAnimationGroup

Class NoSelectedAnimationGroup

include/Core/Animation/Exceptions.hpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 };
62
63 class NoSelectedAnimationGroup : public Exception
64 {
65 public:
66 NoSelectedAnimationGroup(std::string_view animation, DebugInfo info)
67 : Exception("NoSelectedAnimationGroup", info)
68 {
69 this->error("The Animation '{}' does not have any AnimationGroup selected",
70 animation);
71 }
72 };
73
74 class UnknownAnimationCommand : public Exception
75 {

Callers 1

Animation.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected