| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Inventory
|
+-- Engine.Pickup
|
+-- UnrealShare.VoiceBox
| Variables Summary | |
|---|---|
| vector | X |
| vector | Y |
| vector | Z |
| VoiceBox | |
| sound | BattleSounds[10] |
| Inherited Variables from Engine.Pickup |
|---|
| bAutoActivate, bCanActivate, bCanHaveMultipleCopies, ExpireMessage, Inv, NumCopies |
| Functions Summary | ||
|---|---|---|
![]() | BeginState ())) Playing | |
![]() | HitWall (vector HitNormal, actor Wall)) Activated | |
![]() | Timer ())) Playing | |
![]() | Touch (Actor Other)) Playing | |
| Inherited Functions from Engine.Pickup |
|---|
| Activate, BeginState, HandlePickupQuery, PickupFunction, SpawnCopy, Touch, TravelPostAccept, UseCharge, UsedUp |
| States Summary |
|---|
| Activated Source code |
|---|
|
state Activated |
| HitWall |
| Playing Source code |
|---|
|
state Playing |
| BeginState, Timer, Touch |
| Variables Detail |
|---|
| Functions Detail |
|---|
BeginState Playing Source code
HitWall Activated Source code
Timer Playing Source code
Touch Playing Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||