| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Core.RefCount
|
+-- Engine.Tyrion_GoalBase
|
+-- Tyrion.AI_Goal
|
+-- Tyrion.AI_MovementGoal
|
+-- Tyrion.AI_WanderGoal
| Variables Summary | |
|---|---|
| Parameters | |
| Character.GroundMovementLevels | groundMovement |
| Range | pauseRange |
| array<Name> | wanderPointNames |
| float | wanderRadius |
| Functions Summary | ||
|---|---|---|
![]() | construct (AI_Resource r, int pri )) | |
| Inherited Functions from Tyrion.AI_MovementGoal |
|---|
| characterResource, findResource, getResourceClass |
| Variables Detail |
|---|
Desired ground movement speed
min and max wait times between moves
A list of named pathfinding nodes (PlacedNode's)
when no path nodes are specified, wander inside this radius
| Functions Detail |
|---|
construct Source code| Defaultproperties |
|---|
defaultproperties
{
bInactive = false
bPermanent = false
priority = 20
groundMovement = GM_Walk
wanderRadius = 500
pauseRange = (Min=2.0f,Max=4.0f)
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||