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

Method isLine

source/game/StarDrawable.hpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151inline bool Drawable::isLine() const {
152 return part.is<LinePart>();
153}
154
155inline Drawable::LinePart& Drawable::linePart() {
156 return part.get<LinePart>();

Callers 2

drawDrawableMethod · 0.80
drawDrawableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected