GetFalloutDirectory

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

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

Syntax

(string) GetFalloutDirectory

Example

string_var FO_dir

let FO_dir := GetFalloutDirectory

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

See Also