Cogito, ergo sum
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
NotifyDeployedTimerName
Value: 'NotifyDeployedTimer'
Properties
Property group 'DeployedUnit'
AmbientNoiseSound
Type: Sound
bEnabled
Type: bool
CarcassMesh
Type: array<StaticMesh>
Mesh to spawn when unit is destroyed.
DamageFilterClass
Type: class<DamageFilter>
Default value: Class'Deployables.DamageFilterDeployed'
DeploySound
Type: Sound
Description
Type: string
Modifiers: localized
DestroyedAlertSound
Type: Sound
DisabledSkin
Type: Shader
Skin/Shader to use when unit is Disabled.
DisabledSound
Type: Sound
DisableTime
Type: float
Number of seconds the unit remains disabled.
Default value: 3.0
EnabledSound
Type: Sound
EnergyCostPerSec
Type: float
ExplosionClass
class used to handle explosion effect, sound
Default value: Class'U2.SmallExplosion'
HitEffect
effect to spawn when an impact happens
Default value: Class'U2.ElectricSparks'
InventoryType
PickupMessage
Type: string
Modifiers: localized
Human readable description when picked up.
SelfDestructDuration
Type: float
Default value: 8.0
SelfDestructTimer
Type: float
Default value: 1.0
ShutdownSound
Type: Sound
Internal variables
bActive
Type: bool
Unit becomes active when it has eventLanded() and is on.
Default value: True
bDeployed
Type: bool
Unit is deployed through NotifyDeployed()
ClientTeamIndex
Type: int
Default value: 255
KillerController
Type: Controller
LandedNotifyDeployedDelay
Type: float
Modifiers: private
Default value: 0.5
SpamTexture0
Type: Texture
Default value: Texture'Legend.Skins.JLSSRed'
SpamTexture1
Type: Texture
Default value: Texture'Legend.Skins.JLSSBlue'
SpamTexture255
Type: Texture
temp hack until we get skins for these
Default value: Texture'Legend.Skins.JLSSGrey'
Default values
Property | Value |
---|---|
bAlwaysRelevantToInstigator | False |
bAlwaysRelevantToOwner | False |
bAnimByOwner | True |
bCanMantle | False |
bNetNotify | True |
bUsable | True |
Health | 1000 |
Physics | PHYS_Falling |
Functions
Static functions
DamageEncroacher
Events
Destroyed
Overrides: Pawn.Destroyed
EncroachingOn
Overrides: Pawn.EncroachingOn
Landed
Overrides: Pawn.Landed
PostBeginPlay
Overrides: Pawn.PostBeginPlay
PostNetReceive
Overrides: Actor.PostNetReceive
TakeDamage
Overrides: Pawn.TakeDamage
Other instance functions
CheckForEncroachingPawns
DisableCollision
DisableUnit
EnableCollision
EnableUnit
Explode
GetDescription
Overrides: Actor.GetDescription
GetKillerController
Overrides: Pawn.GetKillerController
Initialize
IsActive
IsEnabled
IsUsable
KillInventory
NotifyDeployed
NotifyDeployedTimer
NotifyTeamEnergyStatus
Overrides: Actor.NotifyTeamEnergyStatus
OnUse
Overrides: Actor.OnUse
RegisterConsumer
ReplicationReady
ReplicationReadyCheck
SetActive
SetEnabled
SetKillerController
Overrides: Actor.SetKillerController
SetSkin
SetTeam
Overrides: Pawn.SetTeam
SetTextures
SetupClient
ShutDownDeployedUnit
UnRegisterConsumer
States
Decaying
Ignores: BreathTimer, Bump, Falling, HeadVolumeChange, HitWall, PhysicsVolumeChange
Decaying.BeginState
Overrides: Object.BeginState (global)
Decaying.Timer
Overrides: Actor.Timer (global)
Offline
Offline.Timer
Overrides: Actor.Timer (global)
Offline.NotifyTeamEnergyStatus
Overrides: NotifyTeamEnergyStatus (global)