Difference between revisions of "SetModelPath - ArmorAddon"
Jump to navigation
Jump to search
→Notes
imported>Loop not defined m (→See Also) |
imported>Loop not defined (→Notes) |
||
Line 48: | Line 48: | ||
== Notes == | == Notes == | ||
*'''WARNING:''' Changing the file path of an ArmorAddon affects <u>all</u> armor using it! | |||
*This is to set the nif file of the equipped model on an actor. Use [[SetModelPath - Armor]] to set the nif file of the armor as it appears on the ground. | *This is to set the nif file of the equipped model on an actor. Use [[SetModelPath - Armor]] to set the nif file of the armor as it appears on the ground. | ||
*Remember that this function sets string values for | *Remember that this function sets string values for ''ArmorAddon'' objects, not for ''Armor'' objects. You can use [[GetNthArmorAddon - Armor|GetNthArmorAddon]] on Armor objects to quickly retrieve ArmorAddon objects, however. | ||
== See Also == | == See Also == |