MatSwap Script

Extends: Form Script
Editor: Material Swap
Requires F4SE version 0.6.5 or higher.

Script for the manipulation of material swaps.

DefinitionEdit

Scriptname MatSwap extends Form Native Hidden

F4SE StructsEdit

  • Struct RemapData
    • A structure that holds information about a material swap remapping.

F4SE FunctionsEdit

  • RemapData[] Function GetRemapData()
    • Gets the RemapData for this material swap.
  • bool Function SetRemapData(RemapData[] data)
    • Sets the RemapData for this material swap.

EventsEdit

None

NotesEdit