ReadIniEntry

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns a specified value from DragonAge.ini

string ReadIniEntry(
string sHeadingLabel,
string sValueLabel
);
Parameters:
sHeadingLabel
the ini Section of the value
sValueLabel
The label for the ini value
Returns:

the content of the specified ini entry

Source:

script.ldf

Description

Returns a specified value from DragonAge.ini