Difference between revisions of "SetWorldMapGuiStatus"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (remove tag)
Line 28: Line 28:
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
+
[[Category:Map events]]
[[Category: Uncategorised function]]
+

Revision as of 23:28, 9 February 2010

Enable / disable access to the world map.

void SetWorldMapGuiStatus(
int nStatus
);
Parameters:
nStatus
A WM_GUI_STATUS* constant
Returns:

Nothing.

Source:

script.ldf

Description

Status constants you can use:

  • WM_GUI_STATUS_NO_USE = 0 (unavailable from area map)
  • WM_GUI_STATUS_READ_ONLY = 1 (available from area map, cannot travel)
  • WM_GUI_STATUS_USE = 2 (available from area map, click pin to travel)