Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Decoration | +-- UnrealGame.GameObject | +-- UnrealGame.CTFFlag
xBlueFlag, xRedFlag
Variables Summary | |
---|---|
GameReplicationInfo | GRI |
UnrealPawn | OldHolder |
UnrealTeamInfo | Team |
byte | TeamNum |
Inherited Variables from UnrealGame.GameObject |
---|
Assists, bDisabled, bHeld, bHome, bLastSecondSave, FirstTouch, GameObjBone, GameObjOffset, GameObjRot, Holder, HolderPRI, HomeBase, MaxDropTime, OldTeam, TakenTime |
Inherited Variables from Engine.Decoration |
---|
bDamageable, bPushable, bPushSoundPlaying, bSplash, contents, EffectWhenDestroyed, EndPushSound, FragMomentum, FragSkin, FragType, Health, LastAnchor, LastValidAnchorTime, NumFrags, numLandings, PushSound, SplashTime |
Functions Summary | ||
---|---|---|
BaseChange ())) | ||
BeginState ())) Dropped | ||
BeginState ())) Held | ||
BeginState ())) Home | ||
CheckFit ())) Dropped | ||
CheckPain () | ||
CheckPain ())) Dropped | ||
Drop (vector newVel)) | ||
EndState ())) Dropped | ||
EndState ())) Home | ||
FellOutOfWorld (eKillZType KillType)) | ||
Landed (vector HitNormal)) | ||
LogDropped ())) | ||
LogReturned () | ||
LogTaken (Controller c)) Dropped | ||
LogTaken (Controller c)) Home | ||
PhysicsVolumeChange (PhysicsVolume NewVolume )) Dropped | ||
PostBeginPlay ())) | ||
bool | SameTeam (Controller c)) | |
SameTeamTouch (Controller c)) | ||
SameTeamTouch (Controller c)) Dropped | ||
SameTeamTouch (Controller c)) Home | ||
SetGRI (GameReplicationInfo NewGRI)) | ||
SetHolder (Controller C)) | ||
TakeDamage (int NDamage, Pawn instigatedBy, Vector hitlocation, Vector momentum, class<DamageType> damageType)) Dropped | ||
Timer ())) Dropped | ||
Timer ())) Held | ||
Timer ())) Home | ||
UpdateForTeam ())) | ||
bool | ValidHolder (Actor Other)) |
Inherited Functions from UnrealGame.GameObject |
---|
BaseChange, BeginState, CalcSetHome, CanBePickedUpBy, CanBeThrownBy, CheckTouching, ClearHolder, Drop, EndState, FellOutOfWorld, IsHome, Landed, LogDropped, LogReturned, LogTaken, NotReachableBy, Position, PostBeginPlay, Score, SendHome, SendHomeDisabled, SetDisable, SetHolder, Timer, Touch, ValidHolder |
Inherited Functions from Engine.Decoration |
---|
BaseChange, Bump, CanSplash, Destroyed, Drop, HitWall, Landed, NotReachableBy, PhysicsVolumeChange, TakeDamage, Timer, Trigger |
States Summary |
---|
Dropped Source code |
---|
state Dropped |
BeginState, CheckFit, CheckPain, EndState, LogTaken, PhysicsVolumeChange, SameTeamTouch, TakeDamage, Timer |
Held Source code |
---|
state Held |
BeginState, Timer |
Home Source code |
---|
auto state Home |
BeginState, EndState, LogTaken, SameTeamTouch, Timer |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { bHidden=true bStasis=false bHome=True bStatic=False DrawScale=0.6 DrawType=DT_Mesh Style=STY_Masked bUnlit=True CollisionRadius=48.000000 CollisionHeight=30.000000 bCollideActors=True bCollideWorld=True bDynamicLight=true LightType=LT_Steady LightEffect=LE_QuadraticNonIncidence LightBrightness=220 LightSaturation=128 LightRadius=6 bFixedRotationDir=True Mass=30.000000 Buoyancy=20.000000 RotationRate=(Pitch=30000,Roll=30000) PrePivot=(X=2,Y=0,Z=0.5) NetPriority=+00003.000000 MessageClass=class'CTFMessage' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |