I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GameObject (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> Actor >> Decoration >> GameObject
Package: 
UnrealGame
Direct subclasses:
CTFFlag, XBombFlag
This class in other games:
UT2004

null

Properties[edit]

Assists[edit]

Type: array<Controller>

Who tocuhes it after

bDisabled[edit]

Type: bool


bHeld[edit]

Type: bool


bHome[edit]

Type: bool


FirstTouch[edit]

Type: Controller

Who touched this objective first

GameObjBone[edit]

Type: name


Default value: 'FlagHand'

Holder[edit]

Type: UnrealPawn


HolderPRI[edit]

Type: TeamPlayerReplicationInfo


HomeBase[edit]

Type: GameObjective


MaxDropTime[edit]

Type: float


Default value: 25.0

OldTeam[edit]

Type: TeamInfo


TakenTime[edit]

Type: float


Default values[edit]

Property Value
bAlwaysZeroBoneOffset True
bUseCylinderCollision True

Functions[edit]

Events[edit]

BaseChange[edit]

singular simulated event BaseChange ()

Overrides: Decoration.BaseChange


FellOutOfWorld[edit]

event FellOutOfWorld (Actor.eKillZType KillType)

Overrides: Actor.FellOutOfWorld


Landed[edit]

event Landed (Object.Vector HitNormall)

Overrides: Decoration.Landed


NotReachableBy[edit]

event NotReachableBy (Pawn P)

Overrides: Decoration.NotReachableBy


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Touch[edit]

singular event Touch (Actor Other)

Overrides: Actor.Touch


Other instance functions[edit]

CalcSetHome[edit]

protected function CalcSetHome ()


ClearHolder[edit]

function ClearHolder ()


Drop[edit]

function Drop (Object.Vector newVel)

Overrides: Decoration.Drop


IsHome[edit]

function bool IsHome ()


LogDropped[edit]

function LogDropped ()


LogReturned[edit]

function LogReturned ()


LogTaken[edit]

function LogTaken (Controller c)


Position[edit]

function Actor Position ()


Score[edit]

function Score ()


SendHome[edit]

function SendHome ()


SendHomeDisabled[edit]

function SendHomeDisabled (float TimeOut)


SetDisable[edit]

protected function SetDisable (bool disable)


SetHolder[edit]

function SetHolder (Controller C)


ValidHolder[edit]

function bool ValidHolder (Actor other)


States[edit]

Dropped[edit]

Ignores: Drop

Dropped.BeginState[edit]

event BeginState ()

Overrides: Object.BeginState (global)


Dropped.EndState[edit]

event EndState ()

Overrides: Object.EndState (global)


Dropped.Timer[edit]

event Timer ()

Overrides: Decoration.Timer (global)


Held[edit]

Ignores: SendHome, SetHolder

Held.BeginState[edit]

event BeginState ()

Overrides: Object.BeginState (global)


Held.EndState[edit]

event EndState ()

Overrides: Object.EndState (global)


Home[edit]

Modifiers: auto

Ignores: Drop, Score, SendHome

Home.BeginState[edit]

event BeginState ()

Overrides: Object.BeginState (global)


Home.EndState[edit]

event EndState ()

Overrides: Object.EndState (global)


Home.CheckTouching[edit]

function CheckTouching ()


Home.IsHome[edit]

function bool IsHome ()

Overrides: IsHome (global)