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

Method parentState

source/game/StarTechController.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255Maybe<TechController::ParentState> TechController::parentState() const {
256 return m_parentState.get();
257}
258
259DirectivesGroup const& TechController::parentDirectives() const {
260 return m_parentDirectives.get();

Callers 2

renderMethod · 0.80
processStateChangesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected