Difference between revisions of "SetModelPath - ArmorAddon"
Jump to navigation
Jump to search
m
→Examples
imported>Loop not defined (Added) |
imported>Loop not defined m (→Examples) |
||
Line 25: | Line 25: | ||
string FilePath = orcishCuirassAA.GetModelPath(false, false) ; Get Orcish Armor file path | string FilePath = orcishCuirassAA.GetModelPath(false, false) ; Get Orcish Armor file path | ||
ArmorAddon ebonyCuirassAA = (Game.GetForm(00013961) as Armor).GetNthArmorAddon(0) | ArmorAddon ebonyCuirassAA = (Game.GetForm(00013961) as Armor).GetNthArmorAddon(0) | ||
ebonyCuirassAA.SetModelPath(FilePath, false, false) ; | ebonyCuirassAA.SetModelPath(FilePath, false, false) ; Sets Ebony Armor model path to Orcish Armor .nif file | ||
; NOTE: Only affects male actors in 3rd person view | ; NOTE: Only affects male actors in 3rd person view | ||