GetPartyPlotFlag

From Dragon Age Toolset Wiki
Revision as of 23:29, 31 July 2009 by BryanDerksen (Talk | contribs) (fix a typo)

Jump to: navigation, search

Returns the value of a plot flag

int GetPartyPlotFlag(
object oParty,
string strPlot,
int nFlag,
int nCallScript = FALSE
);
Parameters:
oParty
Party Object ID
strPlot
Plot name to query
nFlag
Plot flag # to query (32-127)
nCallScript
Whether or not to call the plot script. Note: this should not be set to TRUE when this function is used inside a plot script. If nBit is a defined flag then the script will start calling itself recursively
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