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

Method getSecretPropertyPtr

source/game/StarPlayer.cpp:2728–2730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2726}
2727
2728String const* Player::getSecretPropertyPtr(String const& name) const {
2729 return m_effectsAnimator->globalTagPtr(secretProprefix + name);
2730}
2731
2732Json Player::getSecretProperty(String const& name, Json defaultValue) const {
2733 if (auto tag = m_effectsAnimator->globalTagPtr(secretProprefix + name)) {

Callers

nothing calls this directly

Calls 1

globalTagPtrMethod · 0.80

Tested by

no test coverage detected