Difference between revisions of "GetRemapData - MatSwap"

14 bytes removed ,  15:45, 11 February 2018
removed incomplete flag
imported>Qazaaq
(added details)
 
imported>Qazaaq
(removed incomplete flag)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Incomplete Article}}
'''F4SE Member of:''' [[MatSwap Script]]
'''F4SE Member of:''' [[MatSwap Script]]
{{Template:Papyrus:RequiredF4SE|version=0.6.5}}
{{Template:Papyrus:RequiredF4SE|version=0.6.5}}
Line 26: Line 25:
<source lang="papyrus">
<source lang="papyrus">
{For each material remapping data}
{For each material remapping data}
int LeftHand = 4 const
MatSwap:RemapData[] remapping = MyMaterialSwap.GetRemapData()
MatSwap:RemapData[] remapping = MyMaterialSwap.GetRemapData()
If (remapping)
If (remapping)
Line 44: Line 42:
*[[RemapData Struct - MatSwap]]
*[[RemapData Struct - MatSwap]]
*[[SetRemapData - MatSwap]]
*[[SetRemapData - MatSwap]]
*[[ApplyMaterialSwap - ObjectReference]]




Anonymous user