Difference between revisions of "SetRoamRadius"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetRoamRadius
 
|name=SetRoamRadius

Latest revision as of 23:55, 10 February 2010

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