Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFMod.ZombiePathNode

Extends
PathNode

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.NavigationPoint
      |   
      +-- Engine.PathNode
         |   
         +-- KFMod.ZombiePathNode

Variables Summary
ZombiePathNode
array<Class<KFMonster>>AllowedZombies
array<Class<KFMonster>>DisallowedZombies
Inherited Variables from Engine.NavigationPoint
bAlreadyVisited, bAlwaysUseStrafing, BaseDist[2], BaseVisible[2], bAutoBuilt, bBlockable, bBlocked, bCanReach, bDestinationOnly, bEndPoint, bestPathWeight, bFlyingPreferred, bForcedOnly, bForceNoStrafing, bHideEditorPaths, bMakeSourceOnly, bMayCausePain, bMustBeReachable, bNeverUseStrafing, bNoAutoConnect, bNoOutgoingJumps, bNoSuperSize, bNotBased, bOneWayPath, bPathsChanged, bPropagatesSound, bReceivePlayerToucherDiedNotify, bSourceOnly, bSpecialForced, bSpecialMove, bTransientEndPoint, bVehicleDestination, cost, ExtraCost, FearCost, ForcedPaths[4], InventoryCache, InventoryDist, LastDetourWeight, MaxPathSize, nextNavigationPoint, nextOrdered, PathList, previousPath, prevOrdered, ProscribedPaths[4], taken, TransientCost, visitedWeight

Functions Summary
eventint SpecialCost (Pawn Seeker, ReachSpec Path))
Inherited Functions from Engine.NavigationPoint
Accept, DetourWeight, MoverClosed, MoverOpened, PlayerToucherDied, PostBeginPlay, ProceedWithMove, SetBaseDistance, SetBaseVisibility, SpecialCost, SuggestMovePreparation


Variables Detail

ZombiePathNode

AllowedZombies Source code

var(ZombiePathNode) array<Class<KFMonster>> AllowedZombies;

DisallowedZombies Source code

var(ZombiePathNode) array<Class<KFMonster>> DisallowedZombies;


Functions Detail

SpecialCost Source code

event int SpecialCost ( Pawn Seeker, ReachSpec Path) )


Defaultproperties

defaultproperties
{
     bSpecialForced=True
     Texture=Texture'Engine.S_Alarm'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:58.214 - Created with UnCodeX