| 205 | } |
| 206 | |
| 207 | bool TestStateDispatch(const ItemInfo& item, int targetStateID) |
| 208 | { |
| 209 | const auto* dispatch = GetStateDispatch(item, targetStateID); |
| 210 | return (dispatch != nullptr); |
| 211 | } |
| 212 | |
| 213 | bool TestLastFrame(const ItemInfo& item, int animNumber) |
| 214 | { |
no test coverage detected