Difference between revisions of "GetPRCEnabled"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
m (looks fine to me, removing tag)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetPRCEnabled
 
|name=GetPRCEnabled

Revision as of 22:19, 9 February 2010

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