GetScopeModelPath

Revision as of 07:43, 5 August 2014 by imported>Odessa (created, source nvsewhatsnew + gribbleshnibbit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the path to the scope model of the specified weapon. Added by NVSE V4.2.

Syntax

(string) GetScopeModelPath ToGetScopeOf:weapon

Example

string_var scope_path

let scope_path := GetScopeModelPath WeapSniperRifle

See Also