Difference between revisions of "SetPlotGiver"

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=SetPlotGiver
 
|name=SetPlotGiver
Line 8: Line 7:
 
|param2type=int
 
|param2type=int
 
|param2name=bIsPlotGiver
 
|param2name=bIsPlotGiver
|param2desc=
+
|param2desc=Whether the object is a plot giver
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
Line 15: Line 14:
 
}}
 
}}
  
<!-- == 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. -->
 +
 +
This function causes a "!" icon to be displayed above the object.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 18:05, 11 February 2010

Sets the plot giving flag of the object

void SetPlotGiver(
object oid,
int bIsPlotGiver
);
Parameters:
oid
the object
bIsPlotGiver
Whether the object is a plot giver
Returns:

Nothing.

Source:

script.ldf

Description

This function causes a "!" icon to be displayed above the object.