SetRoamRadius

From Dragon Age Toolset Wiki
Revision as of 23:55, 10 February 2010 by BryanDerksen (Talk | contribs)

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

Sets the roam radius for the creature.

void SetRoamRadius(
object oCreature,
float fRadius
);
Parameters:
oCreature
Creature whose roam radius is to be set
fRadius
Value to set the creature's roam radius to
Returns:

Nothing.

Source:

script.ldf

Description