IsPackageLoaded

From Dragon Age Toolset Wiki
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.