The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:LaserTripMineDeployable (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> Actor >> Inventory >> Weapon >> DeployableInventory >> LaserTripMineDeployable
Package: 
Deployables

null

Properties

Property group 'LaserTripMineDeployable'

MaxLaserLength

Type: float

max length of the laser before it must hit something to properly deploy

Default value: 1500.0

Internal variables

LaserEndActor

Type: Actor


LaserEndPt

Type: Object.Vector

computed end point of laser

LaserStartActor

Type: Actor

actor hit by the starting part of the laser

LaserStartPt

Type: Object.Vector

computed starting point of laser

Default values

Property Value
ActivateSound Sound'U2XMPA.LaserTripMines.LM_Activate'
AttachmentClass Class'Deployables.LaserTripMineAttachment'
bCanIntersectDUs True
bCanIntersectPawns True
DeployClass Class'Deployables.LaserTripMines'
DeploySkillCost 0.0050
GroupOffset 4
IconIndex 19
ItemID "LM"
ItemName "Laser Trip Mines"
MaxAmmo[0] 4
Mesh SkeletalMesh'WeaponsK.TripMine'
PickupAmmoCount 5
SelectSound Sound'U2XMPA.LaserTripMines.LM_Select'

Instance functions

CalcDeploySpot

function bool CalcDeploySpot (out Object.Vector DeployLocation, out Object.Rotator DeployRotation)

Overrides: DeployableInventory.CalcDeploySpot


CanDeploy

function bool CanDeploy (Object.Vector DeployLocation, Object.Rotator DeployRotation)

Overrides: DeployableInventory.CanDeploy


PostDeploy

function PostDeploy (Actor DeployedActor, bool bAltActivate)

Overrides: DeployableInventory.PostDeploy