bit more CAutomobile

This commit is contained in:
aap
2019-07-23 16:39:30 +02:00
parent 07c6c7d0a2
commit e9cafe340a
9 changed files with 219 additions and 18 deletions

View File

@ -77,6 +77,8 @@ public:
void UpdateTime(float timeDelta, float relSpeed);
bool UpdateBlend(float timeDelta);
void SetRun(void) { flags |= ASSOC_RUNNING; }
inline float GetTimeLeft() { return hierarchy->totalLength - currentTime; }
static CAnimBlendAssociation *FromLink(CAnimBlendLink *l) {