SetWorldMapLocationStatus

From Dragon Age Toolset Wiki
Revision as of 00:40, 12 February 2010 by BryanDerksen (Talk | contribs) (Category:Map functions)

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

Set the status of a world map icon.

void SetWorldMapLocationStatus(
object oLocation,
int nStatusId,
int bSuppressActiveFlash = FALSE
);
Parameters:
oLocation
the location
nStatusId
the status
bSuppressActiveFlash
If nStatusId == WM_LOCATION_ACTIVE, set this flag to TRUE if you do not want the location to "flash". This flag has no effect if nStatusId != WM_LOCATION_ACTIVE
Returns:

Nothing.

Source:

script.ldf