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

Engine.WarpZoneInfo

Extends
ZoneInfo
Modifiers
native

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

Variables Summary
intiWarpZone
intnumDestinations
WarpZoneInfoOtherSideActor
objectOtherSideLevel
coordsWarpCoords
WarpZoneInfo
boolbNoTeleFrag
stringDestinations[8]
stringOtherSideURL
nameThisTag
Inherited Variables from Engine.ZoneInfo
AmbientBrightness, AmbientHue, AmbientSaturation, AmbientVector, bClearToFogColor, bDistanceFog, bLonelyZone, bSoftKillZ, bTerrainZone, DistanceFogBlendTime, DistanceFogColor, DistanceFogEnd, DistanceFogEndMin, DistanceFogStart, DramaticLightingScale, EnvironmentMap, KillZ, KillZType, LocationName, ManualExcludes, RealDistanceFogEnd, SkyZone, Terrains, TexUPanSpeed, TexVPanSpeed, ZoneEffect, ZoneTag
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
function ActorEntered (actor Other ))
event ActorLeaving (actor Other ))
event ForceGenerate ()))
event Generate ()))
function PreBeginPlay ()))
function Tick (float DeltaTime))
DelayedWarp
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, LinkToSkybox, PreBeginPlay, ZoneActors
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel

States Summary
DelayedWarp Source code
state DelayedWarp
Tick


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

bNoTeleFrag Source code

var(WarpZoneInfo) bool bNoTeleFrag;

Destinations[8] Source code

var(WarpZoneInfo) string Destinations[8];

OtherSideURL Source code

var(WarpZoneInfo) string OtherSideURL;

ThisTag Source code

var(WarpZoneInfo) name ThisTag;


Functions Detail

ActorEntered Source code

simulated function ActorEntered ( actor Other ) )

ActorLeaving Source code

event ActorLeaving ( actor Other ) )

ForceGenerate Source code

simulated event ForceGenerate ( ) )

Generate Source code

simulated event Generate ( ) )

PreBeginPlay Source code

function PreBeginPlay ( ) )

Tick DelayedWarp Source code

function Tick ( float DeltaTime) )

Trigger Source code

function Trigger ( actor Other, pawn EventInstigator ) )

UnWarp Source code

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

Warp Source code

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


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:29.124 - Created with UnCodeX