Difference between revisions of "ReadIniEntry"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(fix missing return description)
m (capitalization)
 
Line 4: Line 4:
 
|param1type=string
 
|param1type=string
 
|param1name=sHeadingLabel
 
|param1name=sHeadingLabel
|param1desc=the Ini Section of the value
+
|param1desc=the ini Section of the value
 
|param2type=string
 
|param2type=string
 
|param2name=sValueLabel
 
|param2name=sValueLabel

Latest revision as of 22:57, 30 July 2009

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