GetPartyPlotFlag

From Dragon Age Toolset Wiki
Revision as of 21:13, 31 July 2009 by BryanDerksen (Talk | contribs) (missing default value for nCallScript)

Jump to: navigation, search

Returns the value of a plot flag

int GetPartyPlotFlag(
object oParty,
string strPlot,
int nFlag,
int nCallScript
);
Parameters:
oParty
Party Object ID
strPlot
Plot name to query
nFlag
Plot flag # to query (32-127)
nCallScript
FALSE
Returns:

value of the flag - TRUE or FALSE

Source:

script.ldf

Description

Queries the state of a plot flag from a party's plot table. In order to query DEFINED flags, this function needs to query the plot script associated with that flag.


See also

SetPartyPlotFlag, GetPartyPlotVar