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

Method statusProperty

source/game/StarStatusController.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Json StatusController::statusProperty(String const& name, Json const& def) const {
131 return m_statusProperties.value(name, def);
132}
133
134void StatusController::setStatusProperty(String const& name, Json value) {
135 if (value.isNull())

Callers 3

updateMethod · 0.45
beamGunRadiusMethod · 0.45
NpcMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected