From 84769742ce82a8e2635f269f9e1046a3814743ba Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Sat, 30 Nov 2024 23:47:50 -0800 Subject: [PATCH] document meshgroup::groupname --- src/engine/model/animmodel.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/engine/model/animmodel.h b/src/engine/model/animmodel.h index 8d6c8cf7..586f447e 100644 --- a/src/engine/model/animmodel.h +++ b/src/engine/model/animmodel.h @@ -469,6 +469,14 @@ class animmodel : public model * @return n, or the maximum number of entries after i if n is too large */ int clipframes(int i, int n) const; + + /** + * @brief Returns the name of this meshgroup + * + * This is created by the constructor for the object. + * + * @return the name of the meshgroup + */ const std::string &groupname() const; /**