GetModelPath - Weapon
SKSE Member of: Weapon Script
Returns the path to the file representing the in-game model of this weapon. (This function requires SKSE)
SyntaxEdit
string Function GetModelPath() native
ParametersEdit
- None
Return ValueEdit
The file path of the weapon's in-game model (how it looks when dropped on the ground). File path originates in Data\Meshes\ folder.
ExamplesEdit
; Obtain the file path of WeaponProperty's in-game model
String FilePath = WeaponProperty.GetModelPath()