Difference between revisions of "ReadIniEntry"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fix missing return description)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=ReadIniEntry
 
|name=ReadIniEntry
Line 10: Line 9:
 
|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 == -->

Revision as of 22:56, 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