- Found in:
- SKSE
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
- Weapon
- Weapon.SetModelPath(...)
