|
|
@ -353,7 +353,7 @@ public:
|
|
|
|
* \param loopFallback Allow looping an animation that has no loop keys, i.e. fall back to use
|
|
|
|
* \param loopFallback Allow looping an animation that has no loop keys, i.e. fall back to use
|
|
|
|
* the "start" and "stop" keys for looping?
|
|
|
|
* the "start" and "stop" keys for looping?
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void play(const std::string &groupname, AnimPriority priority, int blendMask, bool autodisable,
|
|
|
|
void play(const std::string &groupname, const AnimPriority& priority, int blendMask, bool autodisable,
|
|
|
|
float speedmult, const std::string &start, const std::string &stop,
|
|
|
|
float speedmult, const std::string &start, const std::string &stop,
|
|
|
|
float startpoint, size_t loops, bool loopfallback=false);
|
|
|
|
float startpoint, size_t loops, bool loopfallback=false);
|
|
|
|
|
|
|
|
|
|
|
|