Difference between revisions of "SetPartyPlotFlag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
m (looks alright, removing tag)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetPartyPlotFlag
 
|name=SetPartyPlotFlag

Revision as of 23:46, 9 February 2010

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