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

Engine.SparkEmitter

Extends
ParticleEmitter
Modifiers
native

Core.Object
|   
+-- Engine.ParticleEmitter
   |   
   +-- Engine.SparkEmitter

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
indexbufferIndexBuffer
intIndicesPerParticle
intNumSegments
intPrimitivesPerParticle
array<ParticleSparkData>SparkData
vertexbufferVertexBuffer
intVerticesPerParticle
Spark
rangeLineSegmentsRange
rangeTimeBeforeVisibleRange
rangeTimeBetweenSegmentsRange
Inherited Variables from Engine.ParticleEmitter
Acceleration, ActiveParticles, AddLocationFromOtherEmitter, AddVelocityFromOtherEmitter, AllParticlesDead, AutoDestroy, AutomaticInitialSpawning, AutoReset, AutoResetTimeRange, BlendBetweenSubdivisions, BoundingBox, CollisionPlanes, ColorScale, ColorScaleRepeats, CoordinateSystem, DampingFactorRange, DampRotation, Disabled, DisableFogging, DrawStyle, EffectAxis, ExtentMultiplier, FadeIn, FadeInEndTime, FadeInFactor, FadeOut, FadeOutFactor, FadeOutStartTime, GetVelocityDirectionFrom, GlobalOffset, Inactive, InactiveTime, InitialDelay, InitialDelayRange, Initialized, InitialParticlesPerSecond, InitialTimeRange, LifetimeRange, MaxAbsVelocity, MaxCollisions, MaxParticles, MinSquaredVelocity, Name, OtherIndex, Owner, ParticleIndex, Particles, ParticlesPerSecond, PPSFraction, PS2Data, RealDisableFogging, RealExtentMultiplier, RelativeWarmupTime, ResetAfterChange, RespawnDeadParticles, RotationDampingFactorRange, RotationNormal, RotationOffset, SecondsBeforeInactive, SizeScale, SizeScaleRepeats, SpawnAmount, SpawnedVelocityScaleRange, SpawnFromOtherEmitter, SphereRadiusRange, SpinCCWorCW, SpinParticles, SpinsPerSecondRange, StartLocationOffset, StartLocationRange, StartLocationShape, StartMassRange, StartSizeRange, StartSpinRange, StartVelocityRange, SubdivisionEnd, SubdivisionScale, SubdivisionStart, Texture, TextureUSubdivisions, TextureVSubdivisions, TimeTillReset, UniformSize, UseActorForces, UseCollision, UseCollisionPlanes, UseColorScale, UseMaxCollisions, UseRandomSubdivision, UseRegularSizeScale, UseRotationFrom, UseSizeScale, UseSpawnedVelocityScale, UseSubdivisionScale, VelocityLossRange, WarmedUp, WarmupTicksPerSecond
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Engine.ParticleEmitter
EBlendMode, EParticleCoordinateSystem, EParticleDrawStyle, EParticleEffectAxis, EParticleRotationSource, EParticleStartLocationShape, EParticleVelocityDirection
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
ParticleSparkData
TimeBeforeVisible, TimeBetweenSegments, StartLocation, StartVelocity
Inherited Structures from Engine.ParticleEmitter
Particle, ParticleColorScale, ParticleTimeScale
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
Inherited Functions from Engine.ParticleEmitter
SpawnParticle
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

IndexBuffer Source code

var transient indexbuffer IndexBuffer;

IndicesPerParticle Source code

var transient int IndicesPerParticle;

NumSegments Source code

var transient int NumSegments;

PrimitivesPerParticle Source code

var transient int PrimitivesPerParticle;

SparkData Source code

var transient array<ParticleSparkData> SparkData;

VertexBuffer Source code

var transient vertexbuffer VertexBuffer;

VerticesPerParticle Source code

var transient int VerticesPerParticle;

Spark

LineSegmentsRange Source code

var(Spark) range LineSegmentsRange;

TimeBeforeVisibleRange Source code

var(Spark) range TimeBeforeVisibleRange;

TimeBetweenSegmentsRange Source code

var(Spark) range TimeBetweenSegmentsRange;


Structures Detail

ParticleSparkData Source code

struct ParticleSparkData
{
var vector StartLocation;
var vector StartVelocity;
var float TimeBeforeVisible;
var float TimeBetweenSegments;
};



Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:32.777 - Created with UnCodeX