MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Sourcef

Method Sourcef

Source/Sound/al_audio_source.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void alAudioSource::Sourcef(ALenum param, ALfloat value) {
119 alSourcef(src, param, value);
120}
121
122void alAudioSource::Source3f(ALenum param, ALfloat v1, ALfloat v2, ALfloat v3) {
123 alSource3f(src, param, v1, v2, v3);

Callers 6

subscribeMethod · 0.80
update_subscribersMethod · 0.80
set_volumeMethod · 0.80
set_pitchMethod · 0.80
set_soundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected