Difference between revisions of "WR GetPlotFlag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_GetPlotFlag |brief = Returns the value of a plot flag, optionally running the plot event script |param1type = string |param1name = strPlot |param1desc =...')
(No difference)

Revision as of 22:37, 9 February 2010

Returns the value of a plot flag, optionally running the plot event script

int WR_GetPlotFlag(
string strPlot,
int nFlag,
int nCallScript = FALSE
);
Parameters:
strPlot
name of the plot
nFlag
which flag in the plot to get the value of
nCallScript
whether to call the event script associated with this plot
Returns:

the value of the plot flag

Source:

Core Resources.wrappers_h