Difference between revisions of "SetWorldMapLocationStatus"

From Dragon Age Toolset Wiki
Jump to: navigation, search
 
Line 32: Line 32:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Map events]]
+
[[Category:Map functions]]

Latest revision as of 00:40, 12 February 2010

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