LinkAreaMiniMaps

From Dragon Age Toolset Wiki
Revision as of 23:30, 9 February 2010 by BryanDerksen (Talk | contribs) (Category:Area functions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Links the minimaps of two areas - what is explored in one will appear as explored in the other.

int LinkAreaMiniMaps(
string sFirstArea,
string sSecondArea
);
Parameters:
sFirstArea
The resource reference for the first area
sSecondArea
The resource reference for the second area
Returns:

TRUE on success, FALSE otherwise.

Source:

script.ldf