MatSwap Script

From the Fallout4 CreationKit Wiki
Revision as of 13:00, 11 February 2018 by imported>Qazaaq (added f4se script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extends: Form Script
Editor: Material Swap

Script for the manipulation of material swaps.

Definition

Scriptname MatSwap extends Form Native Hidden

F4SE Structs

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

F4SE Functions

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

Events

None