ReadIniEntry

From Dragon Age Toolset Wiki
Revision as of 22:56, 30 July 2009 by BryanDerksen (Talk | contribs) (fix missing return description)

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