MCPcopy Create free account
hub / github.com/demoth/jake2 / StartSound

Method StartSound

client/src/main/java/jake2/client/sound/Sound.java:85–85  ·  view source on GitHub ↗
(float[] origin, int entnum, int entchannel, sfx_t sfx, float fvol, float attenuation, float timeofs)

Source from the content-addressed store, hash-verified

83 ====================
84 */
85 void StartSound(float[] origin, int entnum, int entchannel, sfx_t sfx, float fvol, float attenuation, float timeofs);
86
87 /*
88 ============

Callers 1

StartSoundMethod · 0.65

Implementers 2

DummyDriverclient/src/main/java/jake2/client/soun
LWJGLSoundImplclient/src/main/java/jake2/client/soun

Calls

no outgoing calls

Tested by

no test coverage detected