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

Method globalTagPtr

source/game/StarNetworkedAnimator.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398String const* NetworkedAnimator::globalTagPtr(String const& tagName) const {
399 return m_globalTags.ptr(tagName);
400}
401
402
403void NetworkedAnimator::setPartTag(String const& partType, String tagName, String tagValue) {

Callers 4

handleIncomingPacketsMethod · 0.80
getSecretPropertyViewMethod · 0.80
getSecretPropertyPtrMethod · 0.80
getSecretPropertyMethod · 0.80

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected