MCPcopy Create free account
hub / github.com/JACoders/OpenJK / trap_S_StartLocalSound

Function trap_S_StartLocalSound

code/ui/ui_syscalls.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void trap_S_StartLocalSound( sfxHandle_t sfx, int channelNum )
73{
74// syscall( UI_S_STARTLOCALSOUND, sfx, channelNum );
75 S_StartLocalSound( sfx, channelNum );
76}
77
78
79void trap_S_StopSounds( void )

Callers

nothing calls this directly

Calls 1

S_StartLocalSoundFunction · 0.50

Tested by

no test coverage detected