GetModelPath - Weapon

Revision as of 10:55, 11 May 2012 by imported>Fg109 (Created page for GetModelPath)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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()

See AlsoEdit