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

Engine.WarpZoneInfo

Extends
ZoneInfo
Modifiers
intrinsic localized

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ZoneInfo
         |   
         +-- Engine.WarpZoneInfo

Variables Summary
intiWarpZone
intnumDestinations
WarpZoneInfoOtherSideActor
objectOtherSideLevel
coordsWarpCoords
WarpZoneInfo
string[80]Destinations[8]
string[80]OtherSideURL
nameThisTag
Inherited Variables from Engine.ZoneInfo
AmbientBrightness, AmbientHue, AmbientSaturation, bDestructive, bFogZone, bGravityZone, bKillZone, bNeutralZone, bPainZone, bRaytraceReverb, bReverbZone, bWaterZone, CutoffHz, DamagePerSec, DamageString, DamageType, Delay[6], EntryActor, EntrySound, EnvironmentMap, ExitActor, ExitSound, FogColor, FogDistance, Gain[6], MasterGain, MaxCarcasses, NumCarcasses, SkyZone, SpeedOfSound, TexUPanSpeed, TexVPanSpeed, ViewFlash, ViewFog, ZoneFluidFriction, ZoneGravity, ZoneGroundFriction, ZonePlayerCount, ZonePlayerEvent, ZoneTag, ZoneTerminalVelocity, ZoneVelocity

Functions Summary
function ActorEntered (actor Other)
event ForceGenerate ()
event Generate ()
function PreBeginPlay ()
function Trigger (actor Other, pawn EventInstigator)
function UnWarp (out vector Loc, out vector Vel, out rotator R)
function Warp (out vector Loc, out vector Vel, out rotator R)
Inherited Functions from Engine.ZoneInfo
ActorEntered, ActorLeaving, PreBeginPlay, Trigger, ZoneActors


Variables Detail

iWarpZone Source code

var const int iWarpZone;

numDestinations Source code

var int numDestinations;

OtherSideActor Source code

var transient WarpZoneInfo OtherSideActor;

OtherSideLevel Source code

var transient object OtherSideLevel;

WarpCoords Source code

var const coords WarpCoords;

WarpZoneInfo

Destinations[8] Source code

var(WarpZoneInfo) string[80] Destinations[8];

OtherSideURL Source code

var(WarpZoneInfo) localized string[80] OtherSideURL;

ThisTag Source code

var(WarpZoneInfo) name ThisTag;


Functions Detail

ActorEntered Source code

function ActorEntered ( actor Other )

ForceGenerate Source code

simulated event ForceGenerate ( )

Generate Source code

simulated event Generate ( )

PreBeginPlay Source code

function PreBeginPlay ( )

Trigger Source code

function Trigger ( actor Other, pawn EventInstigator )

UnWarp Source code

intrinsic(315) final function UnWarp ( out vector Loc, out vector Vel, out rotator R )

Warp Source code

intrinsic(314) final function Warp ( out vector Loc, out vector Vel, out rotator R )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:43.640 - Created with UnCodeX