Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Pickup | +-- XPickups.TournamentPickup | +-- XPickups.TournamentHealth | +-- XPickups.SuperHealthPack
Variables Summary |
---|
Inherited Variables from XPickups.TournamentHealth |
---|
bSuperHeal, HealingAmount |
Functions Summary | ||
---|---|---|
StaticPrecache (LevelInfo L)) |
Inherited Functions from XPickups.TournamentHealth |
---|
BotDesireability, DetourWeight, GetHealMax, GetLocalString, Touch, UpdateHUD |
Inherited Functions from XPickups.TournamentPickup |
---|
RespawnEffect |
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { PickupMessage="You picked up a Big Keg O' Health +" MaxDesireability=2.0 RespawnTime=60.000000 bSuperHeal=true Physics=PHYS_Rotating RotationRate=(Yaw=2000) DrawScale=0.4 PickupSound=sound'PickupSounds.LargeHealthPickup' PickupForce="LargeHealthPickup" DrawType=DT_StaticMesh StaticMesh=StaticMesh'E_Pickups.SuperKeg' CollisionRadius=42.0 HealingAmount=100 Style=STY_AlphaZ ScaleGlow=0.6 bPredictRespawns=true bUnlit=true bAmbientGlow=false AmbientGlow=64 TransientSoundRadius=450.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |