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

Method AmbientNoisesDescription

source/game/StarAmbient.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27AmbientNoisesDescription::AmbientNoisesDescription() : trackLoops(-1) {}
28
29AmbientNoisesDescription::AmbientNoisesDescription(AmbientTrackGroup day, AmbientTrackGroup night, int loops)
30 : daySounds(std::move(day)), nightSounds(std::move(night)), trackLoops(loops) {}

Callers

nothing calls this directly

Calls 3

AmbientTrackGroupClass · 0.85
optIntMethod · 0.80
optMethod · 0.45

Tested by

no test coverage detected