ReadINIStringFromFile
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns string value from a text file.
Syntax
(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.