GetModelPath - Weapon

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Weapon Script

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

Syntax[edit | edit source]

string Function GetModelPath() native

Parameters[edit | edit source]

  • None

Return Value[edit | edit source]

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.

Examples[edit | edit source]

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

See Also[edit | edit source]