ReadINISectionKeysFromFile

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns an array containing all keys from specified INI section from file.

Syntax

[help]
(ar_INIKeys:array_var) ReadINISectionKeysFromFile "File path":string "Section Name":string

Example

let ar_INIKeys := ReadINISectionKeysFromFile "Data\nvse\plugins\OneTweak.ini" "BorderlessWindow" 

Will return all key names from [BorderlessWindow] section from "Data\nvse\plugins\OneTweak.ini"

See Also