Mostly Harmless

Difference between revisions of "UE3:UTDeployableEMPMine (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
Line 34: Line 34:
 
! {{tl|Vector||Object structs|Member}}
 
! {{tl|Vector||Object structs|Member}}
 
! Value
 
! Value
|-
 
| 000000,Y
 
|
 
|-
 
| 000000,Z
 
|
 
 
|-
 
|-
 
| X
 
| X
 
| 20.0
 
| 20.0
 +
|-
 +
| Y
 +
| 0.0
 +
|-
 +
| Z
 +
| 0.0
 
|}
 
|}
 
|-
 
|-
 
| {{tl|ItemName||Inventory}}
 
| {{tl|ItemName||Inventory}}
| "EMP-Mine"
+
| "EMP Mine"
 
|-
 
|-
 
| {{tl|NeedToPickUpAnnouncement||UTWeapon internal variables}}
 
| {{tl|NeedToPickUpAnnouncement||UTWeapon internal variables}}
Line 55: Line 55:
 
|-
 
|-
 
| AnnouncementText
 
| AnnouncementText
| "Schnapp dir die EMP-Mine!"
+
| "Grab the EMP Mine!"
 
|}
 
|}
 
|-
 
|-
Line 112: Line 112:
 
! Value
 
! Value
 
|-
 
|-
| 000000,Y
+
| X
|  
+
| 0.0
 
|-
 
|-
| 000000,Z
+
| Y
|  
+
| 0.0
 
|-
 
|-
| X
+
| Z
| 0.0
+
| -30.0
 
|}
 
|}
 
|}
 
|}

Revision as of 07:40, 23 May 2008

UT3 Object >> Actor >> Inventory >> Weapon >> GameWeapon >> UTWeapon >> UTDeployable >> UTDeployableEMPMine
Package: 
UTGameContent

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values

Property Value
ArmsAnimSet AnimSet'PICKUPS.Deployables.Anims.K_Deployables_EMP_Mine_1P_Arms'
AttachmentClass Class'UTGameContent.UTAttachment_EMPMine'
DeployedActorClass Class'UTGameContent.UTEMPMine'
DeployFailedSoundCue SoundCue'A_Gameplay.ONS.A_GamePlay_ONS_CoreImpactShieldedCue'
FireOffset
Member Value
X 20.0
Y 0.0
Z 0.0
ItemName "EMP Mine"
NeedToPickUpAnnouncement
Member Value
AnnouncementText "Grab the EMP Mine!"
WeaponFireSnd[0] SoundCue'A_Pickups_Deployables.EMPMine.EMPMine_DropCue'

Subobjects

FirstPersonMesh

Class: UTGame.UTSkeletalMeshComponent

Inherits from: UTDeployable.FirstPersonMesh

Property Value
Animations AnimNodeSequence'UTGameContent.Default__UTDeployableEMPMine:MeshSequenceA'
AnimSets[0] AnimSet'PICKUPS.Deployables.Anims.K_Deployables_EMP_Mine_1P'
bCastDynamicShadow False
bForceDirectLightMap True
bUseAsOccluder False
FOV 60.0
SkeletalMesh SkeletalMesh'PICKUPS.Deployables.Mesh.SK_Deployables_EMP_Mine'

PickupMesh

Class: Engine.SkeletalMeshComponent

Inherits from: UTDeployable.PickupMesh

Property Value
SkeletalMesh SkeletalMesh'PICKUPS.Deployables.Mesh.SK_Deployables_EMP_Mine'
Translation
Member Value
X 0.0
Y 0.0
Z -30.0

Instance functions

ShouldDeploy

function bool ShouldDeploy (UTBot B)

Overrides: UTDeployable.ShouldDeploy

(Description copied from UTDeployable.ShouldDeploy)
called from bot's decision logic while this deployable is its Weapon

Returns:

whether bot should deploy us right now