WR GetPlotFlag

From Dragon Age Toolset Wiki
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 Game Resources.wrappers_h