| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Inventory
|
+-- Engine.Pickup
|
+-- DeusEx.DeusExPickup
|
+-- DeusEx.VialAmbrosia
| Variables Summary | |
|---|---|
| String | msgNoEffect |
| Inherited Variables from DeusEx.DeusExPickup |
|---|
| bBreakable, CountLabel, fragType, maxCopies, msgTooMany |
| Inherited Variables from Engine.Pickup |
|---|
| bAutoActivate, bCanActivate, bCanHaveMultipleCopies, ExpireMessage, Inv, NumCopies |
| Functions Summary | ||
|---|---|---|
![]() | Activate ())) Activated | |
![]() | BeginState ())) Activated | |
| Inherited Functions from DeusEx.DeusExPickup |
|---|
| BaseChange, BreakItSmashIt, HandlePickupQuery, Landed, PlayLandingSound, UpdateBeltText, UpdateInfo, UseOnce |
| Inherited Functions from Engine.Pickup |
|---|
| Activate, BeginState, Frob, HandlePickupQuery, PickupFunction, SetRespawn, SpawnCopy, TravelPostAccept, UseCharge, UsedUp |
| States Summary |
|---|
| Activated Source code |
|---|
|
state Activated |
| Activate, BeginState |
| Variables Detail |
|---|
| Functions Detail |
|---|
Activate Activated Source code
BeginState Activated Source code| Defaultproperties |
|---|
defaultproperties { msgNoEffect="Strange...nothing happens..." maxCopies=10 bCanHaveMultipleCopies=True bActivatable=True ItemName="Ambrosia Vial" ItemArticle="an" PlayerViewOffset=(X=30.000000,Z=-12.000000) PlayerViewMesh=LodMesh'DeusExItems.VialAmbrosia' PickupViewMesh=LodMesh'DeusExItems.VialAmbrosia' ThirdPersonMesh=LodMesh'DeusExItems.VialAmbrosia' LandSound=Sound'DeusExSounds.Generic.GlassHit1' Icon=Texture'DeusExUI.Icons.BeltIconVialAmbrosia' largeIcon=Texture'DeusExUI.Icons.LargeIconVialAmbrosia' largeIconWidth=18 largeIconHeight=44 Description="The only known vaccine against the 'Gray Death.' Unfortunately, it is quickly metabolized by the body making its effects temporary at best." beltDescription="AMBROSIA" Mesh=LodMesh'DeusExItems.VialAmbrosia' CollisionRadius=2.200000 CollisionHeight=4.890000 Mass=2.000000 Buoyancy=3.000000 } |
| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||