Background for Skyrim SE
Member of the Weapon script
stringfunctionGetModelPath()Native

Description

Wiki Description

Returns the path to the file representing the in-game model of this weapon. (This function requires SKSE)

Documentation Comment

works on the path to the nif file representing the in-game model of the weapon


Caveats


Examples

; Obtain the file path of WeaponProperty's in-game model
String FilePath = WeaponProperty.GetModelPath()

Auto-Generated Example

string returnedValue = myWeapon__toCallFunctionOn.GetModelPath()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.