tipforeveryone Posted May 21, 2019 Share Posted May 21, 2019 Anyone remind me a function which returns animation ID of a model by input Animation name? something like this: local animID = model:GetAnimationID("running_loop") I think this function is not in document but it exists I remember that Josh told me about it once Quote Link to comment Share on other sites More sharing options...
Solution GorzenDev Posted May 21, 2019 Solution Share Posted May 21, 2019 7 hours ago, tipforeveryone said: Anyone remind me a function which returns animation ID of a model by input Animation name? something like this: local animID = model:GetAnimationID("running_loop") I think this function is not in document but it exists I remember that Josh told me about it once Definition Entity.h virtual int FindAnimationSequence(const std::string& sequence);//lua Entity::FindAnimationSequence("sequencename") Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.