Difference between revisions of "Wander (Procedure)"
Jump to navigation
Jump to search
imported>Henning m (moved Procedure Wander to Wander (Procedure)) |
imported>Catwheezle m (Added "see also" section.) |
||
Line 25: | Line 25: | ||
*Almost always [[Procedure Sandbox | Sandboxing]] is preferred to wandering. | *Almost always [[Procedure Sandbox | Sandboxing]] is preferred to wandering. | ||
|SeeAlso= | |||
*??? None. | |||
}} | }} |
Latest revision as of 02:53, 15 February 2012
Behavior
Description:
Actor aimlessly meanders within a specific location.
- The actor will move to the specified Location.
- The actor will exhibit wandering behavior within the specified radius of the given location.
The procedure completes:
Never completes.
Parameters
- Location (Location): Specifies where to wander. Will wander within the specific radius if a location data type is used.
- PreferredPathOnly (Bool): If true, actor will pick points on a preferred navmesh triangle to wander to, unless it can't find any, in which cast it will ignore this setting.
- RideHorseIfPossible (Bool): If true, will ride horse if possible.
- MinimumDistance (Float): The minimum distance from his current position that the actor will pick to wander to.
Notes
- Almost always Sandboxing is preferred to wandering.
See Also
- ??? None.