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

Method setTag

source/game/StarAnimation.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Animation::setTag(String tagName, String tagValue) {
55 m_tagValues[std::move(tagName)] = std::move(tagValue);
56}
57
58void Animation::clearTags() {
59 m_tagValues.clear();

Callers 2

animationMethod · 0.80
staticAnimationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected