Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void Animation::setTag(String tagName, String tagValue) {
55
m_tagValues[std::move(tagName)] = std::move(tagValue);
56
}
57
58
void Animation::clearTags() {
59
m_tagValues.clear();
Callers
2
animation
Method · 0.80
staticAnimation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected