Difference between revisions of "MatSwap Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added note about mat swap properties)
imported>Qazaaq
(notes about matswap properties)
Line 26: Line 26:


== Notes ==
== Notes ==
* The Creation Kit cannot fill a property to a [[MatSwap]] type. Use [[GetFormFromFile = Game]] to fill a MatSwap property or variable.
* The Creation Kit cannot fill a property to a [[MatSwap Script]] type. Use [[GetFormFromFile - Game]] to fill a MatSwap property or variable.





Revision as of 15:19, 11 February 2018

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

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 remapping.

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

Notes