Always snap to grid
UE2:Pickup (U2XMP)
- Package:
- Engine
- Direct subclasses:
- AmmoPack, Ammo, ArmorPickup, ArtifactPickup, PowerSuitPickup, PowerUpPickup, U2FlashLight, WeaponPickup
- This class in other games:
- RTNP, U1, UT, UE2Runtime, UT2003, U2, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Pickup items.
Pickup is the base class of actors that when touched by an appropriate pawn, will create and place an Inventory actor in that pawn's inventory chain. Each pickup class has an associated inventory class (its InventoryType). Pickups are placed by level designers. Pickups can only interact with pawns when in their default Pickup state. Pickups verify that they can give inventory to a pawn by calling the GameInfo's PickupQuery() function. After a pickup spawns an inventory item for a pawn, it then queries the GameInfo by calling the GameInfo's ShouldRespawn() function about whether it should remain active, enter its Sleep state and later become active again, or destroy itself.
When navigation paths are built, each pickup has an InventorySpot (a subclass of NavigationPoint) placed on it and associated with it (the Pickup's MyMarker== the InventorySpot, and the InventorySpot's markedItem == the pickup).
Constants[edit]
StopFallingTimer[edit]
Value: 'StopFalling'
Properties[edit]
Property group 'Display'[edit]
bAmbientGlow[edit]
Type: bool
Whether to glow or not.
Property group 'Pickup'[edit]
bPlayerOnly[edit]
Type: bool
InventoryType[edit]
MaxDesireability[edit]
Type: float
Maximum desireability this item will ever have.
Default value: 0.0050
PickupMessage[edit]
Type: string
Modifiers: localized
Human readable description when picked up.
Default value: "Snagged an item."
PickupSound[edit]
Type: Sound
RespawnTime[edit]
Type: float
Respawn after this time, 0 for instant.
Internal variables[edit]
bOnlyReplicateHidden[edit]
Type: bool
only replicate changes in bHidden (optimization for level pickups)
Default value: True
FallingTimeoutDelay[edit]
Type: float
NEW(mib) check for pickups stuck in PHYS_Falling
MyMarker[edit]
Type: InventorySpot
Default values[edit]
Property | Value | ||||
---|---|---|---|---|---|
bAlwaysRelevant | True | ||||
bCollideActors | True | ||||
bCollideWorld | True | ||||
bFixedRotationDir | True | ||||
bIgnoreSingularityDamage | False | ||||
bIgnoreSingularityForces | False | ||||
bOrientOnSlope | True | ||||
DesiredRotation |
|
||||
DrawType | DT_Mesh | ||||
NetPriority | 1.4 | ||||
NetUpdateFrequency | 8.0 | ||||
Physics | PHYS_Falling | ||||
RemoteRole | ROLE_SimulatedProxy | ||||
Texture | Texture'Engine.S_Inventory' |
Functions[edit]
Static functions[edit]
GetLocalString[edit]
Overrides: Actor.GetLocalString
Events[edit]
Destroyed[edit]
Overrides: Actor.Destroyed
Landed[edit]
Overrides: Actor.Landed
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay
Replication[edit]
Overrides: Actor.Replication
Other instance functions[edit]
AnnouncePickup[edit]
BotDesireability[edit]
InitDroppedPickupFor[edit]
MaybeAddMoreAmmo[edit]
PostRecvVelocity[edit]
ReadyToPickup[edit]
Reset[edit]
Overrides: Actor.Reset
SetRespawn[edit]
SpawnCopy[edit]
StartSleeping[edit]
StopFalling[edit]
States[edit]
Pickup[edit]
Modifiers: auto
Pickup.BeginState[edit]
Overrides: Object.BeginState (global)
Pickup.Timer[edit]
Overrides: Actor.Timer (global)
Pickup.Touch[edit]
Overrides: Actor.Touch (global)
Pickup.BotDesireability[edit]
Overrides: BotDesireability (global)
Pickup.CheckTouching[edit]
Pickup.ReadyToPickup[edit]
Overrides: ReadyToPickup (global)
Pickup.ValidTouch[edit]
Sleeping[edit]
Sleeping.BeginState[edit]
Overrides: Object.BeginState (global)
Sleeping.EndState[edit]
Overrides: Object.EndState (global)
Sleeping.ReadyToPickup[edit]
Overrides: ReadyToPickup (global)
Sleeping.StartSleeping[edit]
Overrides: StartSleeping (global)