ReadINIStringFromFile

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns string value from a text file.

Syntax

[help]
(sResult:String) ReadINIStringFromFile filepath:string Section:string Value:string

Example

let sResult:= ReadINIStringFromFile "Data/nvse/plugins/nvse_stewie_tweaks.ini" "Weapon Modding" "sRemoveItemModSound" 

Will return string from "sRemoveItemModSound" setting.

Notes

  • This function will return string value from any game folder.

See Also