GetScopeModelPath

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the path to the scope model of the specified weapon.

Syntax

[help]
(string) GetScopeModelPath ToGetScopeOf:weapon 

Example

string_var scope_path

let scope_path := GetScopeModelPath WeapSniperRifle

See Also