I don't need to test my programs. I have an error-correcting modem.

UE3:GameCrowdRepulsor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> GameCrowdInteractionPoint >> GameCrowdForcePoint >> GameCrowdRepulsor
Package: 
GameFramework

Used for repelling crowd agents from an area

Properties[edit]

Property group 'GameCrowdRepulsor'[edit]

bAttractionFalloff[edit]

Type: bool

If attraction should falloff over the radius

Default value: True

Repulsion[edit]

Type: float

Modifiers: interp

How repulsive this repulsor is.

Default value: 180.0

Subobjects[edit]

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: GameCrowdForcePoint.CollisionCylinder

Property Value
CylinderColor
Member Value
A 255
B 255
G 0
R 0
ReplacementPrimitive None

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: GameCrowdForcePoint.Sprite

Property Value
ReplacementPrimitive None
Sprite Texture2D'EditorResources.Crowd.T_Crowd_Repulsor'

Events[edit]

AppliedForce[edit]

event Object.Vector AppliedForce (GameCrowdAgent Agent)

Overrides: GameCrowdForcePoint.AppliedForce

bIsEnabled assumed checked before calling