UTGame.UTTimedPowerup
- Extends
- UTInventory
- Modifiers
- native abstract
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Inventory
|
+-- UTGame.UTInventory
|
+-- UTGame.UTTimedPowerup
Direct Known Subclasses:
UTBerserk, UTHeroBerserk, UTHeroDamage, UTInvisibility, UTInvulnerability, UTSlowField, UTUDamage
Inherited Variables from Engine.Inventory |
bDelayedSpawn, bDropOnDeath, bPredictRespawns, bReceiveOwnerEvents, bRenderOverlays, DroppedPickupClass, DroppedPickupMesh, DroppedPickupParticles, Inventory, InvManager, ItemName, MaxDesireability, PickupFactoryMesh, PickupForce, PickupMessage, PickupSound, RespawnTime |
Functions Summary |
 | | AdjustPPEffects (Pawn P, bool bRemove))
|
 | float | BotDesireability (Actor PickupHolder, Pawn P, Controller C))
|
 | | ClientGivenTo (Pawn NewOwner, bool bDoNotActivate))
|
 | | ClientLostItem ()))
|
 | | ClientSetTimeRemaining (float NewTimeRemaining))
|
 | bool | DenyPickupQuery (class<Inventory> ItemClass, Actor Pickup))
|
 | float | DetourWeight (Pawn Other, float PathWeight))
|
 | | DisplayPowerup (Canvas Canvas, UTHud HUD, float ResolutionScale, ut float YPos))
|
 | name | GetPowerupStatName ()))
|
 | | GivenTo (Pawn NewOwner, bool bDoNotActivate))
|
 | | PostBeginPlay ()))
|
 | | TimeExpired ()))
|
 | | TimeRemaingUpdated ()))
|
Inherited Functions from Engine.Inventory |
ActiveRenderOverlays, AnnouncePickup, BotDesireability, ClientGivenTo, DenyPickupQuery, Destroyed, DetourWeight, DropFrom, GetHumanReadableName, GetLocalString, GivenTo, GiveTo, ItemRemovedFromInvManager, OwnerEvent, RenderOverlays |
var int HudIndex;
var name PowerupStatName;
var float PP_Scene_Desaturation;
var
vector PP_Scene_HighLights;
var databinding float TimeRemaining;
var float TransitionDuration;
var float TransitionTime;
var float WarningTime;
simulated
function AdjustPPEffects (
Pawn P,
bool bRemove) )
reliable
client function ClientGivenTo (
Pawn NewOwner,
bool bDoNotActivate) )
reliable client function ClientLostItem ( ) )
ClientSetTimeRemaining Source code
reliable client function ClientSetTimeRemaining ( float NewTimeRemaining) )
function bool DenyPickupQuery (
class<
Inventory> ItemClass,
Actor Pickup) )
static
function float DetourWeight (
Pawn Other,
float PathWeight) )
simulated
function DisplayPowerup (
Canvas Canvas,
UTHud HUD,
float ResolutionScale,out
float YPos) )
function name GetPowerupStatName ( ) )
function GivenTo (
Pawn NewOwner,
bool bDoNotActivate) )
simulated function PostBeginPlay ( ) )
event TimeExpired ( ) )
simulated function TimeRemaingUpdated ( ) )
defaultproperties
{
TimeRemaining=30.000000
TransitionDuration=0.500000
WarningTime=3.000000
bDropOnDeath=True
bDelayedSpawn=True
bPredictRespawns=True
RespawnTime=90.000000
MaxDesireability=2.000000
Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'UTGame.Default__UTInventory:Sprite'
ObjectArchetype=SpriteComponent'UTGame.Default__UTInventory:Sprite'
End Object
Components(0)=Sprite
Name="Default__UTTimedPowerup"
ObjectArchetype=UTInventory'UTGame.Default__UTInventory'
}
|
Creation time: sk 18-3-2018 10:00:57.980 - Created with
UnCodeX