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

Function Sound_Play2d

scripts/osiris_import.h:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486typedef int (*Sound_Play2d_fp)(int obj_handle, int s_id, float volume);
487OSIRISEXTERN Sound_Play2d_fp Sound_Play2dFP;
488static inline int Sound_Play2d(int obj_handle, int s_id, float volume = 1.0f) {
489 return Sound_Play2dFP(obj_handle, s_id, volume);
490}
491
492typedef int (*Sound_Play3d_fp)(int obj_handle, int s_id, float volume);
493OSIRISEXTERN Sound_Play3d_fp Sound_Play3dFP;

Callers 3

DoMessageMethod · 0.85
DoExternalCommandsMethod · 0.85
aStartErruptionSoundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected