MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SEND_STRM_FADEOUT

Method SEND_STRM_FADEOUT

music/streamer.cpp:265–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void oms_stream::SEND_STRM_FADEOUT(float time) {
266 oms_q_evt evt;
267
268 evt.cmd = OMS_STRM_FADEOUT;
269 evt.parm.f = time;
270 m_q.send(evt);
271}
272
273void oms_stream::SEND_STRM_FADEIN(float time) {
274 oms_q_evt evt;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected