Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
inline bool Drawable::isLine() const {
152
return part.is<LinePart>();
153
}
154
155
inline Drawable::LinePart& Drawable::linePart() {
156
return part.get<LinePart>();
Callers
2
drawDrawable
Method · 0.80
drawDrawable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected