Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealShare.VoiceBox

Extends
Pickup

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Engine.Pickup
         |   
         +-- UnrealShare.VoiceBox

Variables Summary
vectorX
vectorY
vectorZ
VoiceBox
soundBattleSounds[10]
Inherited Variables from Engine.Pickup
bAutoActivate, bCanActivate, bCanHaveMultipleCopies, ExpireMessage, Inv, NumCopies
Inherited Variables from Engine.Inventory
AbsorptionPriority, ActivateSound, ArmorAbsorption, AutoSwitchPriority, bActivatable, bActive, bAmbientGlow, bDisplayableInv, bHeldItem, bInstantRespawn, bIsAnArmor, bMuzzleFlashParticles, BobDamping, bRotatingPickup, bSleepTouch, bSteadyFlash3rd, Charge, DeActivateSound, FlashCount, Icon, InventoryGroup, ItemArticle, ItemName, MaxDesireability, MuzzleFlashMesh, MuzzleFlashScale, MuzzleFlashStyle, MuzzleFlashTexture, MyMarker, M_Activated, M_Deactivated, M_Selected, NextArmor, OldFlashCount, PickupMessage, PickupSound, PickupViewMesh, PickupViewScale, PlayerLastTouched, PlayerViewMesh, PlayerViewOffset, PlayerViewScale, ProtectionType1, ProtectionType2, RespawnSound, RespawnTime, StatusIcon, ThirdPersonMesh, ThirdPersonScale

Functions Summary
function BeginState ()
Playing
function HitWall (vector HitNormal, actor Wall)
Activated
function Timer ()
Playing
function Touch (Actor Other)
Playing
Inherited Functions from Engine.Pickup
Activate, BeginState, HandlePickupQuery, PickupFunction, SpawnCopy, Touch, TravelPostAccept, UseCharge, UsedUp
Inherited Functions from Engine.Inventory
Activate, ActivateTranslator, AltFire, ArmorAbsorbDamage, ArmorImpactEffect, ArmorPriority, BecomeItem, BecomePickup, BeginState, BotDesireability, CalcDrawOffset, ChangedWeapon, CheckTouching, Destroyed, DrawStatusIconAt, DropFrom, EndState, Fire, GetHumanName, GiveTo, HandlePickupQuery, InventoryCapsFloat, InventoryCapsString, Landed, OwnerJumped, PostBeginPlay, PrioritizeArmor, RecommendWeapon, ReduceDamage, RenderOverlays, SelectNext, SetOwnerDisplay, SetRespawn, SpawnCopy, Timer, Touch, TravelPreAccept, Use, ValidTouch, WeaponChange, ZoneChange

States Summary
Activated Source code
state Activated
HitWall
Playing Source code
state Playing
BeginState, Timer, Touch


Variables Detail

X Source code

var vector X;

Y Source code

var vector Y;

Z Source code

var vector Z;

VoiceBox

BattleSounds[10] Source code

var(VoiceBox) sound BattleSounds[10];


Functions Detail

BeginState Playing Source code

function BeginState ( )

HitWall Activated Source code

function HitWall ( vector HitNormal, actor Wall )

Timer Playing Source code

function Timer ( )

Touch Playing Source code

function Touch ( Actor Other )


Defaultproperties

defaultproperties
{
     BattleSounds(0)=Sound'UnrealShare.AutoMag.shot'
     BattleSounds(1)=Sound'UnrealShare.flak.expl2'
     BattleSounds(2)=Sound'UnrealShare.AutoMag.shot'
     BattleSounds(3)=Sound'UnrealShare.AutoMag.shot'
     BattleSounds(4)=Sound'UnrealShare.flak.Explode1'
     BattleSounds(5)=Sound'UnrealShare.flak.expl2'
     BattleSounds(6)=Sound'UnrealShare.flak.shot1'
     BattleSounds(7)=Sound'UnrealShare.ASMD.TazerFire'
     BattleSounds(8)=Sound'UnrealShare.Stinger.Ricochet'
     BattleSounds(9)=Sound'UnrealShare.AutoMag.shot'
     bActivatable=True
     bDisplayableInv=True
     PickupMessage="You picked up the Voice Box"
     RespawnTime=30.000000
     PickupViewMesh=LodMesh'UnrealShare.VoiceBoxMesh'
     Charge=100
     PickupSound=Sound'UnrealShare.Pickups.GenPickSnd'
     Icon=Texture'UnrealShare.Icons.I_VoiceBox'
     RemoteRole=ROLE_DumbProxy
     Mesh=LodMesh'UnrealShare.VoiceBoxMesh'
     AmbientGlow=64
     CollisionRadius=18.000000
     CollisionHeight=8.000000
     bCollideWorld=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:01:29.812 - Created with UnCodeX