GetModelPath - Weapon
Revision as of 09:55, 11 May 2012 by imported>Fg109 (Created page for GetModelPath)
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()