Difference between revisions of "GetModelPath - ArmorAddon"
Jump to navigation
Jump to search
m
→Notes
imported>Loop not defined m (→See Also) |
imported>Loop not defined m (→Notes) |
||
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 | *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 == |