IsPackageLoaded

From Dragon Age Toolset Wiki
Revision as of 13:48, 26 March 2012 by Sunjammer (Talk | contribs) (Created)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Determines if a package is currently loaded.

int IsPackageLoaded(
string sPackageUID
);
Parameters:
sPackageUID
The package UID
Returns:

Returns TRUE if the package identified is currently loaded, FALSE otherwise.

Source:

script.ldf

Description

Returns TRUE if the package identified is currently loaded.