GetFalloutDirectory

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(string) GetFalloutDirectory

Example

string_var FO_dir

let FO_dir := GetFalloutDirectory

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

See Also