Difference between revisions of "SetWorldMapLocationStatus"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetWorldMapLocationStatus
 
|name=SetWorldMapLocationStatus
Line 33: Line 32:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category:Map events]]

Revision as of 23:27, 9 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