Difference between revisions of "GetModelPath - ArmorAddon"
Jump to navigation
Jump to search
→Notes: Added note.
imported>Loop not defined m (→Examples) |
imported>Loop not defined (→Notes: Added note.) |
||
Line 46: | Line 46: | ||
== Notes == | == Notes == | ||
*This is to retrieve the nif file of the equipped model on an actor. Use [[GetModelPath - Armor]] to retrieve the nif file of the armor as it appears on the ground. | *This is to retrieve the nif file of the equipped model on an actor. Use [[GetModelPath - Armor]] to retrieve the nif file of the armor as it appears on the ground. | ||
*Remember that this function returns string values from '''ArmorAddon''' objects, NOT from '''Armor''' objects. You can use [[GetNthArmorAddon - Armor|GetNthArmorAddon]] on Armor objects to quickly retrieve ArmorAddon objects, however. | |||
== See Also == | == See Also == | ||
*[[ArmorAddon Script]] | *[[ArmorAddon Script]] | ||
*[[SetModelPath - ArmorAddon]] | *[[SetModelPath - ArmorAddon]] |