EVENT TYPE BEGIN TRAVEL

From Dragon Age Toolset Wiki
Revision as of 19:47, 20 July 2009 by BryanDerksen (Talk | contribs) (split off of event)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Sent When:
  • Sent From:
  • Sent To: module

Parameters:

  • string sSource = GetEventString(ev, 0); // area tag source location
  • string sTarget = GetEventString(ev, 1); // area tag target location
  • string sWPOverride = GetEventString(ev, 2); // waypoint tag override
  • int nSourceTerrain = GetEventInteger(ev, 0);
  • int nTargetTerrain = GetEventInteger(ev, 1);
  • int nWorldMap = GetEventInteger(ev, 2);
  • object oSourceLocation = GetEventObject(ev, 0); // source location object