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

Emitter.NetworkEmitter

Extends
XEmitter

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Emitter.XParticleEmitter
      |   
      +-- Emitter.XEmitter
         |   
         +-- Emitter.NetworkEmitter

Variables Summary
byteClientRepCounter
byteRepCounter
Inherited Variables from Emitter.XEmitter
AutoResetTime, bAccelRelativeToRot, BACKUP_Disabled, bActorsBlockSight, bAutoDestroy, bAutoReset, bAutoVisibilityBox, bBoxVisibility, bCheckLineOfSight, bCOffsetRelativeToRot, bCylRangeBasedOnPos, bDestruction, bDisabled, bDisableRender, bDistanceCulling, bEffectsVelocity, bGradualSpawnCoords, bHasAliveParticles, bHasLossVel, bNoUpdateOnInvis, BoxLocation, BoxVelocity, bParticleCoronaEnabled, bRelativeToRotation, bRespawnParticles, bRevolutionEnabled, bRotationRequest, bSpawnInitParticles, bStasisEmitter, bUseMeshAnim, bUseRandomTex, bUseRelativeLocation, bVelRelativeToRotation, CacheRot, ColorScaleCount, CombinedParticleCount, CoronaColor, CoronaFadeTimeScale, CoronaMaxScale, CoronaOffset, CoronaScaling, CoronaTexture, CullDistance, CullDistanceFadeDist, DestroySound, DestructCombiners, DrawScaleCount, FadeInMaxAmount, FadeInTime, FadeOutTime, FinishedSpawningTrigger, ForcesList, ForcesTags[4], HittingActorKickVelScale, ImpactSound, LifeTimeCombiners, LifetimeRange, LODFactor, MaxCoronaDistance, MaxParticles, MinBounceVelocity, MinImpactVelForSnd, NextParticleTime, OldSpawnPosition, ParticleAcceleration, ParticleBounchyness, ParticleCollision, ParticleColor, ParticleColorScale[5], ParticleExtent, ParticleKillCClass, ParticleKillTag, ParticleLifeTimeCClass, ParticleLifeTimeSDelay, ParticleLifeTimeTag, ParticleSpawnCClass, ParticleSpawnTag, ParticlesPerSec, ParticleStyle, ParticleTexCount, ParticleTextures[16], ParticleWallHitCClass, ParticleWallHitTag, PartSpriteForwardZ, RendBoundingBox, ResetTimer, RevolutionOffset, RevolutionOffsetUnAxis, RevolutionsPerSec, RevolutionTimeScale, Scale3DRange, SingleIVert, SpawnCombiners, SpawnInterval, SpawnOffsetMultiplier, SpawnParts, SpawnPosType, SpawnSound, SpawnVelType, SpeedScaleCount, SpeedScale[5], SpeedTimeScale3D, SphereCylinderRange, SphereCylVelocity, SpriteAnimationType, StartingScale, TDestructC, TimeDrawScale3D, TimeScale[5], TLifeTimeC, TriggerAction, TSpawnC, TWallHitC, UseActorCoords, VelocityLossRate, VertexLimitBBox, VisibilityBox, WallHitCombiners, WallImpactAction, WaterImpactAction
Inherited Variables from Emitter.XParticleEmitter
ActiveCount, bHasInitilized, bHasInitView, bHasSpecialParts, bKillNextTick, bNotifyNetReceive, bNotOnPortals, bUSModifyParticles, bUSNotifyParticles, bWasPostDestroyed, PartCombiners

Enumerations Summary
Inherited Enumerations from Emitter.XEmitter
EEmitterPartCol, EEmitterTriggerType, ESpawnPosType, ESpriteAnimType
Inherited Enumerations from Emitter.XParticleEmitter
EHitEventType

Structures Summary
Inherited Structures from Emitter.XEmitter
Box, ColorScaleRangeType, RevolveScaleType, ScaleRangeType, Speed3DType, SpeedRangeType
Inherited Structures from Emitter.XParticleEmitter
ByteRange, FloatRange, IntRange, ParticleSndType, RangeVector

Functions Summary
function PostNetBeginPlay ()))
function PostNetReceive ()))
function PreBeginPlay ()
function Reset ()))
function Trigger (Actor Other, Pawn EventInstigator ))
Inherited Functions from Emitter.XEmitter
EmTrigger, Kill, PostBeginPlay, Reset, SetMaxParticles, SpawnParticles, Trigger
Inherited Functions from Emitter.XParticleEmitter
AllParticles, BeginPlay, GetParticleProps, LoadActor, NotifyNewParticle, ParticleWallHit, ParticleZoneHit, PostNetNotify, PreBeginPlay, SetParticlesProps


Variables Detail

ClientRepCounter Source code

var byte ClientRepCounter;

RepCounter Source code

var byte RepCounter;


Functions Detail

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( ) )

PostNetReceive Source code

simulated function PostNetReceive ( ) )

PreBeginPlay Source code

function PreBeginPlay ( )

Reset Source code

simulated function Reset ( ) )

Trigger Source code

function Trigger ( Actor Other, Pawn EventInstigator ) )


Defaultproperties

defaultproperties
{
				bNoDelete=True
				RemoteRole=ROLE_SimulatedProxy
				Texture=Texture'Emitter.Icons.S_EmitterNet'
				bAlwaysRelevant=True
				bCarriedItem=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:11.350 - Created with UnCodeX