Difference between revisions of "ReadIniEntry"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (capitalization)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=ReadIniEntry
 
|name=ReadIniEntry
Line 5: 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
 
|param2desc=The label for the ini value
 
|param2desc=The label for the ini value
 
|returntype=string
 
|returntype=string
|returndesc=
+
|returndesc=the content of the specified ini entry
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 17: Line 16:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Returns a spcified value from DragonAge.ini
+
Returns a specified value from DragonAge.ini
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

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