Scream voice: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Bloodclaw (talk | contribs)
Created page with 'If the player is falling and start screaming, it is set to 72 (DUKE_KILLED3 sound). Changing its value will prevent the sound from stopping when the player die. [[Category:Playe...'
 
No edit summary
 
Line 1: Line 1:
If the player is falling and start screaming, it is set to 72 (DUKE_KILLED3 sound).
'''scream_voice''' holds the internal ID of a voice allocated to play the "DUKE_SCREAM" sound. This value will be in the range of 0 to whatever the user's max voices setting is while the sound is playing, and -1 otherwise.  Changing this value is not recommended and will have undefined results.
Changing its value will prevent the sound from stopping when the player die.


[[Category:Player structure members]]
[[Category:Player structure members]]

Latest revision as of 15:58, 16 July 2009

scream_voice holds the internal ID of a voice allocated to play the "DUKE_SCREAM" sound. This value will be in the range of 0 to whatever the user's max voices setting is while the sound is playing, and -1 otherwise. Changing this value is not recommended and will have undefined results.