Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ effectDirectives
Method
effectDirectives
source/game/StarSpeciesDatabase.cpp:168–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
String SpeciesDefinition::effectDirectives() const {
169
return m_effectDirectives;
170
}
171
172
void SpeciesDefinition::generateHumanoid(HumanoidIdentity& identity, int64_t seed) {
173
RandomSource randSource(seed);
Callers
2
diskLoad
Method · 0.80
Npc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected