Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Inventory | +-- Engine.Pickup | +-- Botpack.TournamentPickup | +-- Botpack.UT_JumpBoots
Variables Summary | |
---|---|
int | TimeCharge |
Inherited Variables from Engine.Pickup |
---|
bAutoActivate, bCanActivate, bCanHaveMultipleCopies, ExpireMessage, Inv, NumCopies |
Functions Summary | ||
---|---|---|
![]() | endstate ())) Activated | |
![]() | OwnerJumped ())) | |
![]() | PickupFunction (Pawn Other)) | |
![]() | ResetOwner ())) | |
![]() | Timer ())) |
Inherited Functions from Botpack.TournamentPickup |
---|
BecomeItem, FireEffect |
Inherited Functions from Engine.Pickup |
---|
Activate, BeginState, HandlePickupQuery, PickupFunction, SpawnCopy, Touch, TravelPostAccept, UseCharge, UsedUp |
States Summary |
---|
Activated Source code |
---|
state Activated |
endstate |
DeActivated Source code |
---|
state DeActivated |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ExpireMessage="The AntiGrav Boots have drained." bAutoActivate=True bActivatable=True bDisplayableInv=True PickupMessage="You picked up the AntiGrav boots." ItemName="AntiGrav Boots" RespawnTime=30.000000 PickupViewMesh=LodMesh'Botpack.jboot' Charge=3 MaxDesireability=0.500000 PickupSound=Sound'UnrealShare.Pickups.GenPickSnd' ActivateSound=Sound'Botpack.Pickups.BootSnd' Icon=Texture'UnrealI.Icons.I_Boots' RemoteRole=ROLE_DumbProxy Mesh=LodMesh'Botpack.jboot' AmbientGlow=64 CollisionRadius=22.000000 CollisionHeight=14.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |