There is no spoon
UE2:FieldGenerator (U2XMP)
Object >> Actor >> Pawn >> LicenseePawn >> U2Pawn >> StationaryPawn >> DeployedUnit >> FieldGenerator |
Contents
- 1 Properties
- 2 Structs
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 AnglesOK
- 3.2.2 CanConnect
- 3.2.3 ConsiderAttacking
- 3.2.4 CreateField
- 3.2.5 DisableUnit
- 3.2.6 FilterFG
- 3.2.7 FirstFreeSlot
- 3.2.8 ForceWallIndex
- 3.2.9 GetBottomLink
- 3.2.10 GetTopLink
- 3.2.11 Initialize
- 3.2.12 IsLinked
- 3.2.13 Linkup
- 3.2.14 MakeLinks
- 3.2.15 ModifyPaths
- 3.2.16 NotifyDeployed
- 3.2.17 NumFreeSlots
- 3.2.18 NumLinks
- 3.2.19 OutputLinks
- 3.2.20 ScanArea
- 3.2.21 SetUpLink
- 3.2.22 ShutDownDeployedUnit
- 3.2.23 SpecialBumpHandling
- 3.2.24 Trigger
- 3.2.25 Unlink
- Package:
- U2XMP
- Direct subclass:
- FieldGeneratorAlt
- This class in other games:
- U2
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. |
$Workfile: FieldGenerator.uc $ Created By: Mark Poesch Created On: 7/2/2001 $Author: Sbrown $ $Date: 12/15/02 0:22 $ $Revision: 46 $
Properties
Property group 'FieldGenerator'
BeamClass
Type: class<PulseLineGenerator>
Default value: Class'U2XMP.ForceWallBeam'
BeamCount
Type: int
The number of beams
Default value: 6
BottomOffset
Type: float
Default value: 10.0
FieldHeight
Type: float
Default value: 60.0
ForceWallWidth
Type: float
The defined width of the wall
Default value: 10.0
LinkRadius
Type: float
Default value: 1000.0
LinkSound
Type: Sound
Default value: Sound'U2XMPA.FieldGenerator.FieldGeneratorLink'
NumPrimaryLinks
Type: int
Default value: 2
NumSecondaryLinks
Type: int
Default value: 1
TraceTolerance
Type: float
Default value: 16.0
UnlinkSound
Type: Sound
Default value: Sound'U2XMPA.FieldGenerator.FieldGeneratorUnlink'
Internal variables
bDidShutDownDestroy
Type: bool
CosMinAngle
Type: float
Default value: 0.707
CurrentFGChoice
Type: FieldGenerator
FGLinks
Default values
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
bEnabled | True | ||||||||
bNoStaticMeshCollide | True | ||||||||
bSpecialEnemy | True | ||||||||
CollisionHeight | 55.0 | ||||||||
CollisionRadius | 5.0 | ||||||||
ControllerClass | Class'U2XMP.StationaryPawnControllerDefensive' | ||||||||
DeploySound | Sound'U2XMPA.FieldGenerator.FieldGeneratorActivate' | ||||||||
Description | "Field Generator" | ||||||||
DestroyedAlertSound | Sound'U2XMPA.FieldGenerator.FieldGeneratorDestroyedAlert' | ||||||||
DisabledSound | Sound'U2XMPA.FieldGenerator.FieldGeneratorDisabled' | ||||||||
DrawScale | 0.11 | ||||||||
DrawType | DT_StaticMesh | ||||||||
ExplodeSound | Sound'U2XMPA.FieldGenerator.FieldGeneratorDestroyed' | ||||||||
ExplosionEffect | ParticleSalamander'RocketEffects.ParticleSalamander2' | ||||||||
Health | 300 | ||||||||
PickupClass | Class'U2XMP.FieldGeneratorPickup' | ||||||||
PrePivot |
|
||||||||
ReEnabledSound | Sound'U2XMPA.FieldGenerator.FieldGeneratorEnabled' | ||||||||
ShutdownSound | Sound'U2XMPA.FieldGenerator.FieldGeneratorShutdown' | ||||||||
StaticMesh | StaticMesh'343M.Assets.FieldGenerator' |
Structs
FGStruct
- FieldGenerator FG
- ForceWall FGEffect
Functions
Events
Destroyed
Overrides: DeployedUnit.Destroyed
Other instance functions
AnglesOK
CanConnect
ConsiderAttacking
Overrides: StationaryPawn.ConsiderAttacking
CreateField
DisableUnit
Overrides: DeployedUnit.DisableUnit
FilterFG
FirstFreeSlot
ForceWallIndex
GetBottomLink
GetTopLink
Initialize
Overrides: DeployedUnit.Initialize
IsLinked
Linkup
MakeLinks
ModifyPaths
Overrides: DeployedUnit.ModifyPaths
NotifyDeployed
Overrides: DeployedUnit.NotifyDeployed
NumFreeSlots
NumLinks
OutputLinks
ScanArea
SetUpLink
ShutDownDeployedUnit
Overrides: DeployedUnit.ShutDownDeployedUnit
SpecialBumpHandling
Overrides: DeployedUnit.SpecialBumpHandling
Trigger
Overrides: DeployedUnit.Trigger