I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:DeployedUnit (U2)
Object >> Actor >> Pawn >> StationaryPawn >> DeployedUnit |
Contents
- 1 Constants
- 2 Properties
- 2.1 Property group 'DeployedUnit'
- 2.1.1 AmbientNoiseSound
- 2.1.2 bEnabled
- 2.1.3 CarcassMesh
- 2.1.4 DamageFilterClass
- 2.1.5 DeploySound
- 2.1.6 Description
- 2.1.7 DestroyedAlertSound
- 2.1.8 DisabledSkin
- 2.1.9 DisabledSound
- 2.1.10 DisableTime
- 2.1.11 EnabledSound
- 2.1.12 EnergyCostPerSec
- 2.1.13 ExplosionClass
- 2.1.14 HitEffect
- 2.1.15 InventoryType
- 2.1.16 PickupMessage
- 2.1.17 SelfDestructDuration
- 2.1.18 SelfDestructTimer
- 2.1.19 ShutdownSound
- 2.2 Internal variables
- 2.3 Default values
- 2.1 Property group 'DeployedUnit'
- 3 Functions
- 3.1 Static functions
- 3.2 Events
- 3.3 Other instance functions
- 3.3.1 CheckForEncroachingPawns
- 3.3.2 DisableCollision
- 3.3.3 DisableUnit
- 3.3.4 EnableCollision
- 3.3.5 EnableUnit
- 3.3.6 Explode
- 3.3.7 GetDescription
- 3.3.8 GetKillerController
- 3.3.9 Initialize
- 3.3.10 IsActive
- 3.3.11 IsEnabled
- 3.3.12 IsUsable
- 3.3.13 KillInventory
- 3.3.14 NotifyDeployed
- 3.3.15 NotifyDeployedTimer
- 3.3.16 NotifyTeamEnergyStatus
- 3.3.17 OnUse
- 3.3.18 RegisterConsumer
- 3.3.19 ReplicationReady
- 3.3.20 ReplicationReadyCheck
- 3.3.21 SetActive
- 3.3.22 SetEnabled
- 3.3.23 SetKillerController
- 3.3.24 SetSkin
- 3.3.25 SetTeam
- 3.3.26 SetTextures
- 3.3.27 SetupClient
- 3.3.28 ShutDownDeployedUnit
- 3.3.29 UnRegisterConsumer
- 4 States
- Package:
- Deployables
- Direct subclasses:
- FieldGenerator, ProximitySensor
- This class in other games:
- U2XMP
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. |
null
Constants[edit]
NotifyDeployedTimerName[edit]
Value: 'NotifyDeployedTimer'
Properties[edit]
Property group 'DeployedUnit'[edit]
AmbientNoiseSound[edit]
Type: Sound
bEnabled[edit]
Type: bool
CarcassMesh[edit]
Type: array<StaticMesh>
Mesh to spawn when unit is destroyed.
DamageFilterClass[edit]
Type: class<DamageFilter>
Default value: Class'Deployables.DamageFilterDeployed'
DeploySound[edit]
Type: Sound
Description[edit]
Type: string
Modifiers: localized
DestroyedAlertSound[edit]
Type: Sound
DisabledSkin[edit]
Type: Shader
Skin/Shader to use when unit is Disabled.
DisabledSound[edit]
Type: Sound
DisableTime[edit]
Type: float
Number of seconds the unit remains disabled.
Default value: 3.0
EnabledSound[edit]
Type: Sound
EnergyCostPerSec[edit]
Type: float
ExplosionClass[edit]
class used to handle explosion effect, sound
Default value: Class'U2.SmallExplosion'
HitEffect[edit]
effect to spawn when an impact happens
Default value: Class'U2.ElectricSparks'
InventoryType[edit]
PickupMessage[edit]
Type: string
Modifiers: localized
Human readable description when picked up.
SelfDestructDuration[edit]
Type: float
Default value: 8.0
SelfDestructTimer[edit]
Type: float
Default value: 1.0
ShutdownSound[edit]
Type: Sound
Internal variables[edit]
bActive[edit]
Type: bool
Unit becomes active when it has eventLanded() and is on.
Default value: True
bDeployed[edit]
Type: bool
Unit is deployed through NotifyDeployed()
ClientTeamIndex[edit]
Type: int
Default value: 255
KillerController[edit]
Type: Controller
LandedNotifyDeployedDelay[edit]
Type: float
Modifiers: private
Default value: 0.5
SpamTexture0[edit]
Type: Texture
Default value: Texture'Legend.Skins.JLSSRed'
SpamTexture1[edit]
Type: Texture
Default value: Texture'Legend.Skins.JLSSBlue'
SpamTexture255[edit]
Type: Texture
temp hack until we get skins for these
Default value: Texture'Legend.Skins.JLSSGrey'
Default values[edit]
Property | Value |
---|---|
bAlwaysRelevantToInstigator | False |
bAlwaysRelevantToOwner | False |
bAnimByOwner | True |
bCanMantle | False |
bNetNotify | True |
bUsable | True |
Health | 1000 |
Physics | PHYS_Falling |
Functions[edit]
Static functions[edit]
DamageEncroacher[edit]
Events[edit]
Destroyed[edit]
Overrides: Pawn.Destroyed
EncroachingOn[edit]
Overrides: Pawn.EncroachingOn
Landed[edit]
Overrides: Pawn.Landed
PostBeginPlay[edit]
Overrides: Pawn.PostBeginPlay
PostNetReceive[edit]
Overrides: Actor.PostNetReceive
TakeDamage[edit]
Overrides: Pawn.TakeDamage
Other instance functions[edit]
CheckForEncroachingPawns[edit]
DisableCollision[edit]
DisableUnit[edit]
EnableCollision[edit]
EnableUnit[edit]
Explode[edit]
GetDescription[edit]
Overrides: Actor.GetDescription
GetKillerController[edit]
Overrides: Pawn.GetKillerController
Initialize[edit]
IsActive[edit]
IsEnabled[edit]
IsUsable[edit]
KillInventory[edit]
NotifyDeployed[edit]
NotifyDeployedTimer[edit]
NotifyTeamEnergyStatus[edit]
Overrides: Actor.NotifyTeamEnergyStatus
OnUse[edit]
Overrides: Actor.OnUse
RegisterConsumer[edit]
ReplicationReady[edit]
ReplicationReadyCheck[edit]
SetActive[edit]
SetEnabled[edit]
SetKillerController[edit]
Overrides: Actor.SetKillerController
SetSkin[edit]
SetTeam[edit]
Overrides: Pawn.SetTeam
SetTextures[edit]
SetupClient[edit]
ShutDownDeployedUnit[edit]
UnRegisterConsumer[edit]
States[edit]
Decaying[edit]
Ignores: BreathTimer, Bump, Falling, HeadVolumeChange, HitWall, PhysicsVolumeChange
Decaying.BeginState[edit]
Overrides: Object.BeginState (global)
Decaying.Timer[edit]
Overrides: Actor.Timer (global)
Offline[edit]
Offline.Timer[edit]
Overrides: Actor.Timer (global)
Offline.NotifyTeamEnergyStatus[edit]
Overrides: NotifyTeamEnergyStatus (global)