Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Pickup
Ammo, ArmorPickup, KeyPickup, TournamentPickup, WeaponLocker, WeaponPickup
Constants Summary |
---|
Inherited Contants from Engine.Actor |
---|
MAXSTEPHEIGHT, MINFLOORZ |
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
Variables Summary | |
---|---|
bool | bDropped |
bool | bOnlyReplicateHidden |
bool | bPredictRespawns |
float | MaxDesireability |
InventorySpot | MyMarker |
NavigationPoint | PickupCache |
float | RespawnEffectTime |
Controller | TeamOwner[4] |
Display | |
bool | bAmbientGlow |
Pickup | |
bool | bInstantRespawn |
class<Inventory> | InventoryType |
xPickUpBase | PickUpBase |
string | PickupForce |
string | PickupMessage |
sound | PickupSound |
float | RespawnTime |
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[7], Outer |
Enumerations Summary |
---|
Inherited Enumerations from Engine.Actor |
---|
EDoubleClickDir, EDrawType, EFilterState, EFlagState, EForceType, eKillZType, ELightEffect, ELightType, EMusicTransition, ENetRole, EPhysics, ERenderStyle, ESoundOcclusion, ESoundSlot, ESurfaceTypes, ETravelType, EUV2Mode |
Inherited Enumerations from Core.Object |
---|
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
Structures Summary |
---|
Inherited Structures from Engine.Actor |
---|
ActorRenderDataPtr, AnimRep, BatchReference, FireProperties, KRBVec, KRigidBodyState, KSimParams, LightRenderDataPtr, PointRegion, ProjectorRenderInfoPtr, StaticMeshProjectorRenderInfoPtr |
Inherited Structures from Core.Object |
---|
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary | ||
---|---|---|
AddToNavigation () | ||
AnnouncePickup (Pawn Receiver )) | ||
BeginState ())) Disabled | ||
BeginState ())) FadeOut | ||
BeginState ())) FallingPickup | ||
BeginState ())) Pickup | ||
BeginState ())) Sleeping | ||
BeginState ())) WaitingForMatch | ||
float | BotDesireability (pawn Bot )) | |
CheckTouching ())) FallingPickup | ||
CheckTouching ())) Pickup | ||
Destroyed ())) | ||
float | DetourWeight (Pawn Other, loat PathWeight)) | |
EndState ())) FadeOut | ||
EndState ())) Pickup | ||
EndState ())) Sleeping | ||
String | GetHumanReadableName ())) | |
string | GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 )) | |
float | GetRespawnTime ())) | |
InitDroppedPickupFor (Inventory Inv)) | ||
bool | IsSuperItem ())) | |
Landed (Vector HitNormal)) | ||
MatchStarting ())) WaitingForMatch | ||
bool | ReadyToPickup (float MaxWait)) | |
bool | ReadyToPickup (float MaxWait)) Disabled | |
bool | ReadyToPickup (float MaxWait)) Pickup | |
bool | ReadyToPickup (float MaxWait)) Sleeping | |
RemoveFromNavigation () | ||
Reset ())) | ||
Reset ())) Disabled | ||
RespawnEffect () | ||
SetRespawn ())) | ||
inventory | SpawnCopy (pawn Other )) | |
StartSleeping ())) | ||
StartSleeping ())) Disabled | ||
StartSleeping ())) Sleeping | ||
StaticPrecache (LevelInfo L) | ||
Tick (float DeltaTime)) FadeOut | ||
Timer ())) FallingPickup | ||
Timer ())) Pickup | ||
Touch (actor Other )) Pickup | ||
Pickup | Transmogrify (class<Pickup> NewClass)) | |
UpdateHUD (HUD H)) | ||
bool | ValidTouch (actor Other )) Pickup |
States Summary |
---|
Disabled Source code |
---|
state Disabled |
BeginState, ReadyToPickup, Reset, StartSleeping |
FadeOut Source code |
---|
state FadeOut extends Pickup |
BeginState, EndState, Tick |
FallingPickup Source code |
---|
state FallingPickup extends Pickup |
BeginState, CheckTouching, Timer |
Pickup Source code |
---|
auto state Pickup |
BeginState, CheckTouching, EndState, ReadyToPickup, Timer, Touch, ValidTouch |
Sleeping Source code |
---|
state Sleeping |
BeginState, EndState, ReadyToPickup, StartSleeping |
WaitingForMatch Source code |
---|
state WaitingForMatch |
BeginState, MatchStarting |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { RespawnEffectTime=+0.5 bOnlyDirtyReplication=true NetUpdateFrequency=0.1 PickupMessage="Snagged an item." bAlwaysRelevant=true RemoteRole=ROLE_DumbProxy bHidden=false NetPriority=+1.4 bCollideActors=true bCollideWorld=true bAmbientGlow=false bFixedRotationDir=True RotationRate=(Yaw=5000) DesiredRotation=(Yaw=30000) Texture=Texture'Engine.S_Inventory' MaxDesireability=0.1000 DrawType=DT_Mesh bOnlyReplicateHidden=true bOrientOnSlope=true bUseCylinderCollision=true bShouldBaseAtStartup=true bIgnoreEncroachers=true bIgnoreVehicles=true CullDistance=+8000.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |