The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:GameCrowdAttractor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Actor >> GameCrowdInteractionPoint >> GameCrowdForcePoint >> GameCrowdAttractor
Package: 
GameFramework

Used for attracting agents to an area. If too strong, agents won't continue to destination

Properties[edit]

Property group 'GameCrowdAttractor'[edit]

Attraction[edit]

Type: float

Modifiers: interp

How desireable this attractor is.

Default value: 100.0

bAttractionFalloff[edit]

Type: bool

If attraction should falloff over the radius

Default value: True

Subobjects[edit]

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: GameCrowdForcePoint.CollisionCylinder

Property Value
ReplacementPrimitive None

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: GameCrowdForcePoint.Sprite

Property Value
ReplacementPrimitive None

Events[edit]

AppliedForce[edit]

event Object.Vector AppliedForce (GameCrowdAgent Agent)

Overrides: GameCrowdForcePoint.AppliedForce

bIsEnabled assumed checked before calling