Difference between revisions of "EVENT TYPE WORLD MAP USED"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
(No difference)

Revision as of 19:46, 20 July 2009

!!Note: This event may be obsolete, I think EVENT_TYPE_BEGIN_TRAVEL is the one that actually fires now.!!

  • Sent When: the player clicks on a destination in the world map
  • Sent From: engine
  • Sent To: module

Parameters:

  • int nFrom = GetEventInteger(ev, 0); // travel start location
  • int nTo = GetEventInteger(ev, 1); // travel target location