I'm a doctor, not a mechanic

UE1:ASMD (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> Actor >> Inventory >> Weapon >> ASMD
Package: 
UnrealShare
This class in other games:
RTNP, UT

ASMD.

Properties

Property group 'ASMD'

HitDamage

Type: int


Default value: 35

Internal variables

Amp

Type: Pickup


bBotSpecialMove

Type: bool


Tracked

Type: Projectile


Default values

Property Value
AIRating 0.6
AltFireSound Sound'UnrealShare.ASMD.TazerAltFire'
AltProjectileClass Class'UnrealShare.TazerProj'
AltRefireRate 0.7
AmmoName Class'UnrealShare.ASMDAmmo'
AutoSwitchPriority 4
bAltWarnTarget True
bInstantHit True
bNoSmooth False
bSplashDamage True
CollisionHeight 8.0
CollisionRadius 28.0
DeathMessage "%k inflicted mortal damage upon %o with the %w."
FireOffset
Member Value
X 12.0
Y -6.0
Z -7.0
FireSound Sound'UnrealShare.ASMD.TazerFire'
InventoryGroup 4
ItemName "ASMD"
Mass 50.0
Mesh LodMesh'UnrealShare.ASMDPick'
Misc1Sound Sound'UnrealShare.ASMD.Vapour'
PickupAmmoCount 20
PickupMessage "You got the ASMD"
PickupSound Sound'UnrealShare.Pickups.WeaponPickup'
PickupViewMesh LodMesh'UnrealShare.ASMDPick'
PlayerViewMesh LodMesh'UnrealShare.ASMDM'
PlayerViewOffset
Member Value
X 3.5
Y -1.8
Z -2.0
SelectSound Sound'UnrealShare.ASMD.TazerSelect'
ThirdPersonMesh LodMesh'UnrealShare.ASMD3'

Functions

Events

Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

AltFire

function AltFire (float Value)

Overrides: Weapon.AltFire


BecomePickup

function BecomePickup ()

Overrides: Weapon.BecomePickup


Finish

function Finish ()

Overrides: Weapon.Finish


PlayAltFiring

function PlayAltFiring ()

Overrides: Weapon.PlayAltFiring


PlayFiring

function PlayFiring ()

Overrides: Weapon.PlayFiring


PlayIdleAnim

function PlayIdleAnim ()

Overrides: Weapon.PlayIdleAnim


ProcessTraceHit

function ProcessTraceHit (Actor Other, Object.Vector HitLocation, Object.Vector HitNormal, Object.Vector X, Object.Vector Y, Object.Vector Z)

Overrides: Weapon.ProcessTraceHit


ProjectileFire

function Projectile ProjectileFire (class<ProjectileProjClass, float ProjSpeed, bool bWarn)

Overrides: Weapon.ProjectileFire


RateSelf

function float RateSelf (out int bUseAltMode)

Overrides: Weapon.RateSelf


SpawnCopy

function Inventory SpawnCopy (Pawn Other)

Overrides: Weapon.SpawnCopy


SpawnEffect

function SpawnEffect (Object.Vector DVector, int NumPoints, Object.Rotator SmokeRotation, Object.Vector SmokeLocation)


TraceFire

function TraceFire (float Accuracy)

Overrides: Weapon.TraceFire


States

ComboMove

ComboMove.Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


ComboMove.AltFire

function AltFire (float F)

Overrides: AltFire (global)


ComboMove.Fire

function Fire (float F)

Overrides: Weapon.Fire (global)


Idle

Idle.BeginState

event BeginState ()

Overrides: Object.BeginState (global)


Idle.EndState

event EndState ()

Overrides: Object.EndState (global)