Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Pawn | +-- UnrealI.FlockPawn | +-- UnrealI.NaliRabbit
Variables Summary | |
---|---|
vector | StartLocation |
NaliRabbit | |
bool | bStayClose |
float | WanderRadius |
Enumerations Summary |
---|
Inherited Enumerations from Engine.Pawn |
---|
EAttitude, EIntelligence |
Functions Summary | ||
---|---|---|
![]() | AnimEnd () Grazing | |
![]() | Attach (actor Other) | |
![]() | BeginState () Grazing | |
![]() | Bump (actor Other) Evade | |
![]() | Bump (actor Other) Grazing | |
![]() | EndState () Grazing | |
![]() | EnemyNotVisible () Evade | |
![]() | Falling () | |
![]() | Landed (vector HitNormal) | |
![]() | PickDestination () Evade | |
![]() | PickDestination () Grazing | |
![]() | SeePlayer (actor Seen) Grazing | |
![]() | TakeDamage (int Damage, Pawn instigatedBy, Vector hitlocation, Vector momentum, name damageType) | |
![]() | bool | TestDirection (vector dir, out vector pick) Evade |
![]() | bool | TestDirection (vector dir, out vector pick, bool bAlongWall) Grazing |
States Summary |
---|
Evade Source code |
---|
state Evade |
Bump, EnemyNotVisible, PickDestination, TestDirection |
Grazing Source code |
---|
auto state Grazing |
AnimEnd, BeginState, Bump, EndState, PickDestination, SeePlayer, TestDirection |
Variables Detail |
---|
Functions Detail |
---|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |