Difference between revisions of "SetLoadImage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetLoadImage
 
|name=SetLoadImage
Line 15: Line 14:
 
<!-- 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. -->
  
<!-- == Remarks == -->
+
== Remarks ==
<!-- This section contains additional comments, observations and known issues. -->
+
This function is not used in the OC. It doesn't work with a valid .dds image file name (with or without extension). Maybe it doesn't work at all, or perhaps it's expecting some other image format.  
 
+
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->

Latest revision as of 11:59, 2 December 2010

Overrides the image for the next area transition.

void SetLoadImage(
string sLoadImage
);
Parameters:
sLoadImage
[Undocumented]
Returns:

Nothing.

Source:

script.ldf


Remarks

This function is not used in the OC. It doesn't work with a valid .dds image file name (with or without extension). Maybe it doesn't work at all, or perhaps it's expecting some other image format.