PlaySoundFade

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 5.07.

Description

Plays a sound using calling reference as its source and position, fading it in for a specified number of seconds.

Syntax

[help]
(isSuccess:0/1) reference.PlaySoundFade sound:form fadeTime:float

Example

Player.PlaySoundFade NPCMothmanCreepy 2 

Notes

  • By default, if calling reference is not provided, Player is used.

See Also