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

Function taunt_DelayTime

Descent3/audiotaunts.cpp:81–86  ·  view source on GitHub ↗

taunt_DelayTime() Returns the delay time between taunts

Source from the content-addressed store, hash-verified

79//
80// Returns the delay time between taunts
81float taunt_DelayTime(void) {
82 if (Audio_taunt_delay_time < 0)
83 Audio_taunt_delay_time = 5.0f;
84
85 return Audio_taunt_delay_time;
86}
87
88// taunt_SetDelayTime()
89//

Callers 3

MultiDoEnteringGameFunction · 0.85
MultiSetAudioTauntTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected