GetFontFile

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the path to the source-file (.fnt) of the specified font type (1-8).

Syntax

[help]
(filePath:string_var) GetFontFile fontType:int{1-8}

Example

let sFilePath := GetFontFile 2

See Also