MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / drawableFrame

Method drawableFrame

source/game/StarProjectile.cpp:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

strfFunction · 0.85
addToStringMethod · 0.80

Tested by

no test coverage detected