WR GetPlotFlag

From Dragon Age Toolset Wiki
Revision as of 22:37, 9 February 2010 by BryanDerksen (Talk | contribs) (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 =...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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