MCPcopy 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
168String SpeciesDefinition::effectDirectives() const {
169 return m_effectDirectives;
170}
171
172void SpeciesDefinition::generateHumanoid(HumanoidIdentity& identity, int64_t seed) {
173 RandomSource randSource(seed);

Callers 2

diskLoadMethod · 0.80
NpcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected