GetFalloutDirectory

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the path to the main directory of Fallout: New Vegas on the user's system.

Syntax

[help]
(string) GetFalloutDirectory 

Example

string_var FO_dir

let FO_dir := GetFalloutDirectory

; FO_dir == "E:\STEAM\steamapps\common\Fallout New Vegas\"

See Also