GetPRCEnabled

From Dragon Age Toolset Wiki
Revision as of 22:19, 9 February 2010 by BryanDerksen (Talk | contribs) (looks fine to me, removing tag)

Jump to: navigation, search

Determine whether or not a piece of Post Release Content (PRC) is installed, enabled and authorized.

int GetPRCEnabled(
string sPRCName = ""
);
Parameters:
sPRCName
Must correspond to the PRC's AddInItem UID from the AddIns.xml file
Returns:

Returns true if the PRC specified is installed, currently enabled and authorized.

Source:

script.ldf