Difference between revisions of "SetPlotActionSet"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(fill in some holes)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetPlotActionSet
 
|name=SetPlotActionSet
Line 5: Line 4:
 
|param1type=int
 
|param1type=int
 
|param1name=nPlotActionSet
 
|param1name=nPlotActionSet
|param1desc=the set defined in the plotactionsets 2DA to be set active. 0 hides the plot action GUI
+
|param1desc=the set defined in the [[plotactionsets]] 2DA to be set active. 0 hides the plot action GUI
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
Line 25: Line 24:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category:Plot action functions]]

Latest revision as of 23:50, 9 February 2010

Sets the active plot action set, or zero to hide the control.

void SetPlotActionSet(
int nPlotActionSet
);
Parameters:
nPlotActionSet
the set defined in the plotactionsets 2DA to be set active. 0 hides the plot action GUI
Returns:

Nothing.

Source:

script.ldf

Description

This function shows the "army picker" GUI in the upper right of the screen with a set of up to four actions that the player can pick from it. See plotactions.xls for how to set up a set of plot actions to be displayed here.