EVENT SOUND: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Jblade (talk | contribs)
mNo edit summary
Line 1: Line 1:
EVENT_SOUND is a [[EDuke32 event list|Game Event]].
EVENT_SOUND is a [[EDuke32 event list|Game Event]].


This [[event]] is triggered upon playback of any sound, and allows hard coded sounds to be altered in a context-aware fashion. The [[RETURN]] variable is set to the sound effect number of the sound that is being played. Set [[RETURN]] to the sound you want to be played instead, or set it to -1 to cancel playback.
This [[event]] is triggered upon playback of any sound, and allows hard coded sounds to be altered in a context-aware fashion. The [[RETURN]] variable is set to the sound effect number of the sound that is being played. Set [[RETURN]] to the sound you want to be played instead, or set it to -1 to cancel playback. THISACTOR is set to the id of the actor playing the sound ('globalsound' and 'screensound' sounds will default to the player)


[[Category:Events]]
[[Category:Events]]

Revision as of 21:53, 25 July 2018

EVENT_SOUND is a Game Event.

This event is triggered upon playback of any sound, and allows hard coded sounds to be altered in a context-aware fashion. The RETURN variable is set to the sound effect number of the sound that is being played. Set RETURN to the sound you want to be played instead, or set it to -1 to cancel playback. THISACTOR is set to the id of the actor playing the sound ('globalsound' and 'screensound' sounds will default to the player)