UE2:ForceWall (U2XMP)
Object >> Actor >> Pawn >> LicenseePawn >> U2Pawn >> StationaryPawn >> ForceWall |
- Package:
- U2XMP
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Author: Mfox $ $Date: 1/29/03 4:25p $ $Revision: 46 $ Description: This is the barrier summoned between FieldGenerators to create the wall effect.
Constants
FUDGEVERT
Value: 50.0
FUDGEHORZ
Value: 50.0
Properties
Property group 'ForceWall'
BeamHitTransition
Type: WallTransition
Default value:
Member | Value | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Start |
| ||||||||||||
Time | 0.5 |
BeamKillTransition
Type: WallTransition
Default value:
Member | Value | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EndFunction | 'ForceWallKilled' | ||||||||||||
Start |
| ||||||||||||
Time | 0.5 |
ColliderAmbientSoundOffset
Type: int
Every X colliders will have an ambient sound.
Default value: 8
DamageTransferPct
Type: float
Default value: 0.1
DefaultState
Type: WallState
Default value:
Member | Value | ||||||
---|---|---|---|---|---|---|---|
Color |
|
DisabledState
Type: WallState
Default value:
Member | Value | ||||||
---|---|---|---|---|---|---|---|
Color |
|
ForceWallAmbientSound
Type: Sound
Default value: Sound'U2XMPA.FieldGenerator.ForceWallAmbient'
HitSound
Type: Sound
Internal variables
BeamClass
Type: class<PulseLineGenerator>
The class of the beams used to create the wall's visual effect
BeamCount
Type: int
Beams
Type: PulseLineGenerator
bEnabled
Type: bool
CurrentState
Type: WallState
CurrentTransition
Type: WallTransition
DamageAccumulator
Type: int
ElapsedTime
Type: float
EndActor
Type: Actor
ForceWallWidth
Type: float
FWCStart
Type: ForceWallCollider
HitCount
Type: int
StartActor
Type: Actor
Default values
Property | Value |
---|---|
AnimationControllerClass | None |
bActorShadows | False |
bBlockActors | False |
bBlockPlayers | False |
bCollideActors | False |
bCollideWorld | False |
bSpecialCollider | True |
bSpecialEnemy | True |
ControllerClass | Class'U2XMP.StationaryPawnControllerDefensive' |
DrawType | DT_None |
Physics | PHYS_None |
Structs
WallState
- Object.Color Color
WallTransition
Functions
Events
Bump
Overrides: Actor.Bump
Destroyed
Overrides: StationaryPawn.Destroyed
PostBeginPlay
Overrides: U2Pawn.PostBeginPlay
Tick
Overrides: U2Pawn.Tick
Other instance functions
BlendStates
CreateColliders
CreateVisualEffect
DisableCollision
DisableUnit
EnableCollision
EndTransition
ForceWallKilled
HandleForceWallBump
HitSelf
Overrides: StationaryPawn.HitSelf
InitiateWall
IsEnabled
ModifyPaths
ProgressTransition
ReEnableUnit
SetEnabled
SetState
ShutDownForceWall
StartTransition
TakeDamage
Overrides: U2Pawn.TakeDamage