| 546 | } |
| 547 | |
| 548 | String Projectile::drawableFrame() { |
| 549 | String str = strf("{}:{}{}", m_config->image, m_frame, m_imageSuffix); |
| 550 | return m_imageDirectives.addToString(str); |
| 551 | } |
| 552 | |
| 553 | bool Projectile::ephemeral() const { |
| 554 | return true; |
nothing calls this directly
no test coverage detected