| 7522 | } |
| 7523 | |
| 7524 | const char* Player::getLastClipName(U32 clip_tag) |
| 7525 | { |
| 7526 | if (clip_tag != last_anim_tag || last_anim_id >= PlayerData::NumActionAnims) |
| 7527 | return ""; |
| 7528 | |
| 7529 | return mDataBlock->actionList[last_anim_id].name; |
| 7530 | } |
| 7531 | |
| 7532 | void Player::unlockAnimation(U32 tag, bool force) |
| 7533 | { |