SetRoamRadius

From Dragon Age Toolset Wiki
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