Difference between revisions of "SetPartyPlotFlag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(default value)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetPartyPlotFlag
 
|name=SetPartyPlotFlag
Line 18: Line 17:
 
|param5name=nCallScript
 
|param5name=nCallScript
 
|param5desc=Whether or not to call the plot script
 
|param5desc=Whether or not to call the plot script
 +
|param5default=FALSE
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Revision as of 21:14, 31 July 2009

Sets the value of a plot flag

void SetPartyPlotFlag(
object oParty,
string strPlot,
int nFlag,
int nValue,
int nCallScript = FALSE
);
Parameters:
oParty
Party Object ID
strPlot
Plot name to query
nFlag
Plot flag # to query (32-127)
nValue
Value to set (TRUE or FALSE)
nCallScript
Whether or not to call the plot script
Returns:

Nothing.

Source:

script.ldf

Description

Sets the state of a plot flag in a party's plot table.


See also

GetPartyPlotFlag, GetPartyPlotVar, SetPartyPlotVar