MusicType Script

From the Fallout4 CreationKit Wiki
Revision as of 22:06, 1 November 2017 by imported>Qazaaq (crosslinked)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extends: Form Script
Editor: Music Type

Script for the manipulation of music types.

Definition[edit | edit source]

ScriptName MusicType extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

  • Function Add()
    • Adds this music type to the music stack.
  • Function Remove()
    • Removes this music type from the music stack.

Events[edit | edit source]

None