Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGameContent.UTCTFBlueFlag

Extends
UTCTFFlag

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.Actor
   |   
   +-- UTGame.UTCarriedObject
      |   
      +-- UTGame.UTCTFFlag
         |   
         +-- UTGameContent.UTCTFBlueFlag

Variables Summary
ParticleSystemComponentBlueGlow
Inherited Variables from UTGame.UTCTFFlag
bBringDownFromBright, bBringUpBright, bFadingOut, bRespawning, bWasClothEnabled, FlagMinViewDist, HoverboardingClothVelClamp, LastLocationPingTime, LightEnvironment, MICArray, RespawnEffect, RunningClothVelClamp, SkelMesh, SuccessfulCaptureSystem
Inherited Variables from UTGame.UTCarriedObject
Assists, bHome, bLastSecondSave, bLeavingDroppedState, BlueColor, bUseTeamColorForIcon, DefaultHeight, DefaultRadius, DroppedSound, FirstTouch, FlagLight, GameObjBone3P, GameObjOffset1P, GameObjOffset3P, GameObjRot1P, GameObjRot3P, GoldColor, HighlightScale, HighlightSpeed, Holder, HolderPRI, HomeBase, HomeBaseOffset, HUDLocation, IconCoords, IconTexture, LastAnchor, LastFlagSeeTime, LastHighlightUpdate, LastSeeMessageIndex, LastValidAnchorTime, MapSize, MaxDropTime, MaxHighlightScale, NeedToPickUpAnnouncements, OldBase, OldBaseBase, OldHolder, PickupSound, PickUpWaveForm, RedColor, ReturnedSound, TakenTime, Team, TossDistance

Functions Summary
function PostBeginPlay ()))
Inherited Functions from UTGame.UTCTFFlag
BeginState, bringUpBrightOff, ClientReturnedHome, CustomFadeOutEffects, CustomRespawnEffects, Drop, EndState, OnBaseChainChanged, PostBeginPlay, ReplicatedEvent, SameTeamTouch, SetFlagDynamicLightToNotBeDynamic, SetFlagPropertiesToStationaryFlagState, SetHolder, ShouldMinimapRenderFor, Tick, Timer, ValidHolder
Inherited Functions from UTGame.UTCarriedObject
AutoSendHome, BaseChange, BeginState, BroadcastDroppedMessage, BroadcastReturnedMessage, BroadcastTakenDroppedMessage, BroadcastTakenFromBaseMessage, CalcSetHome, CheckFit, CheckPain, CheckTouching, ClearHolder, ClientReturnedHome, DrawIcon, Drop, EndState, FellOutOfWorld, FlagUse, GetIconTexture, GetKismetEventObjective, GetTeamNum, HighlightOnMinimap, KismetSendHome, Landed, LogDropped, LogReturned, LogTaken, NotReachableBy, OnBaseChainChanged, PhysicsVolumeChange, Position, PostBeginPlay, RenderEnemyMapIcon, RenderMapIcon, ReplicatedEvent, Score, SendFlagMessage, SendHome, SetHolder, SetHUDLocation, ShouldMinimapRenderFor, TakeDamage, Timer, Touch, ValidHolder


Variables Detail

BlueGlow Source code

var ParticleSystemComponent BlueGlow;


Functions Detail

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )


Defaultproperties

defaultproperties
{
   Begin Object Class=ParticleSystemComponent Name=BlueParticle ObjName=BlueParticle Archetype=ParticleSystemComponent'Engine.Default__ParticleSystemComponent'
      Template=ParticleSystem'CTF_Flag_IronGuard.Effects.P_CTF_Flag_IronGuard_Idle_Blue'
      Name="BlueParticle"
      ObjectArchetype=ParticleSystemComponent'Engine.Default__ParticleSystemComponent'
   End Object
   BlueGlow=BlueParticle
   RespawnEffect=ParticleSystem'CTF_Flag_IronGuard.Effects.P_CTF_Flag_IronGuard_Spawn_Blue'
   Begin Object Class=SkeletalMeshComponent Name=TheFlagSkelMesh ObjName=TheFlagSkelMesh Archetype=SkeletalMeshComponent'UTGame.Default__UTCTFFlag:TheFlagSkelMesh'
      SkeletalMesh=SkeletalMesh'CTF_Flag_IronGuard.Mesh.S_CTF_Flag_IronGuard'
      PhysicsAsset=PhysicsAsset'CTF_Flag_IronGuard.Mesh.S_CTF_Flag_IronGuard_Physics'
      Materials(0)=None
      Materials(1)=Material'CTF_Flag_IronGuard.Materials.M_CTF_Flag_IG_FlagBlue'
      ObjectArchetype=SkeletalMeshComponent'UTGame.Default__UTCTFFlag:TheFlagSkelMesh'
   End Object
   SkelMesh=TheFlagSkelMesh
   Begin Object Class=ParticleSystemComponent Name=ScoreEffect ObjName=ScoreEffect Archetype=ParticleSystemComponent'Engine.Default__ParticleSystemComponent'
      Template=ParticleSystem'PICKUPS.Flag.Effects.P_Flagbase_FlagCaptured_Blue'
      bAutoActivate=False
      Name="ScoreEffect"
      ObjectArchetype=ParticleSystemComponent'Engine.Default__ParticleSystemComponent'
   End Object
   SuccessfulCaptureSystem=ScoreEffect
   Begin Object Class=DynamicLightEnvironmentComponent Name=FlagLightEnvironment ObjName=FlagLightEnvironment Archetype=DynamicLightEnvironmentComponent'UTGame.Default__UTCTFFlag:FlagLightEnvironment'
      ObjectArchetype=DynamicLightEnvironmentComponent'UTGame.Default__UTCTFFlag:FlagLightEnvironment'
   End Object
   LightEnvironment=FlagLightEnvironment
   PickupSound=SoundCue'A_Gameplay.CTF.Cue.A_Gameplay_CTF_FlagPickedUp01Cue'
   DroppedSound=SoundCue'A_Gameplay.CTF.Cue.A_Gameplay_CTF_FlagDropped01Cue'
   ReturnedSound=SoundCue'A_Gameplay.CTF.Cue.A_Gameplay_CTF_FlagReturn_Cue'
   Begin Object Class=PointLightComponent Name=FlagLightComponent ObjName=FlagLightComponent Archetype=PointLightComponent'UTGame.Default__UTCTFFlag:FlagLightComponent'
      LightColor=(B=255,G=128,R=64,A=0)
      ObjectArchetype=PointLightComponent'UTGame.Default__UTCTFFlag:FlagLightComponent'
   End Object
   FlagLight=FlagLightComponent
   Begin Object Class=CylinderComponent Name=CollisionCylinder ObjName=CollisionCylinder Archetype=CylinderComponent'UTGame.Default__UTCTFFlag:CollisionCylinder'
      ObjectArchetype=CylinderComponent'UTGame.Default__UTCTFFlag:CollisionCylinder'
   End Object
   Components(0)=CollisionCylinder
   Components(1)=FlagLightComponent
   Components(2)=FlagLightEnvironment
   Components(3)=TheFlagSkelMesh
   Components(4)=ScoreEffect
   CollisionComponent=CollisionCylinder
   MessageClass=Class'UTGameContent.UTCTFMessage'
   Name="Default__UTCTFBlueFlag"
   ObjectArchetype=UTCTFFlag'UTGame.Default__UTCTFFlag'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:49.338 - Created with UnCodeX