Difference between revisions of "SetWorldMapGuiStatus"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(tidy)
m (remove tag)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetWorldMapGuiStatus
 
|name=SetWorldMapGuiStatus

Revision as of 22:19, 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)