Difference between revisions of "MatSwap Script"
Jump to navigation
Jump to search
imported>Qazaaq (added f4se script) |
imported>Qazaaq (added required f4se version) |
||
Line 2: | Line 2: | ||
<BR> | <BR> | ||
'''Editor:''' [[Material Swap]] | '''Editor:''' [[Material Swap]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.6.5}} | |||
Script for the manipulation of material swaps. | Script for the manipulation of material swaps. |
Revision as of 13:07, 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.
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