Starfield Mod:Script-WwiseEvent

From Starfield Wiki
Jump to: navigation, search

A description of the script with its use and purpose.


Definition[edit]

The script header definition.

ScriptName WwiseEvent Extends Form Native Hidden


Members[edit]

The members that belong to this script.

  • Struct WwiseSwitchParam
  • WwiseSwitchParam Function MakeNewWwiseSwitchParam(string aGroupName, string aStateName)
  • Struct WwiseRTPCParam
  • WwiseRTPCParam Function MakeNewWwiseRTPCParam(string aName, float aValue)
  • int Function Play(ObjectReference akSource, WwiseSwitchParam[] aSwitchParams = none, WwiseRTPCParam[] aRTPCParams = none)
  • int Function PlayUI(WwiseSwitchParam[] aSwitchParams = none, WwiseRTPCParam[] aRTPCParams = none)
  • bool Function PlayAndWait(ObjectReference akSource, WwiseSwitchParam[] aSwitchParams = none, WwiseRTPCParam[] aRTPCParams = none)
  • bool Function PlayUIAndWait(WwiseSwitchParam[] aSwitchParams = none, WwiseRTPCParam[] aRTPCParams = none)
  • int Function PlayWithRTPC(ObjectReference akSource, string asRTPCName, float afRTPCValue)
  • int Function PlayUIWithRTPC(string asRTPCName, float afRTPCValue)
  • Function StopInstance(int aiPlaybackInstance)
  • Function UpdateInstanceRTPC(int aiPlaybackInstance, string asRTPCName, float afRTPCValue)
  • Function UpdateInstanceRTPCs(int aiPlaybackInstance, WwiseRTPCParam[] aRTPCParams)
  • Function SetGlobalRTPC(string asRTPCName, float afRTPCValue)
  • Function SetGlobalState(string asStateGroup, string asStateName)
  • Function PlayMenuSound(string asSoundID)