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

ParticleSystems.ParticleSprayerRI

Extends
RenderIterator
Modifiers
native noexport

Core.Object
|   
+-- Engine.RenderIterator
   |   
   +-- ParticleSystems.ParticleSprayerRI

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

Variables Summary
ActorBufferActors[128]
boolbClipped
intCursor
DataBufferData[128]
floatLargestWeight
vectorLastLocation
rotatorLastParticleRotation
rotatorLastRotation
intNumParticles
floatParticleTimer
floatPreviousTickTime
intTemplateIndex
intTemplateIteration
Inherited Variables from Engine.RenderIterator
Frame, Index, MaxItems, Observer
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
DataBuffer
GrowRate, GrowTime, GrowTimer, FadeRate, FadeTime, FadeTimer, RotationRate
Inherited Structures from Engine.RenderIterator
ActorBuffer
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 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

Actors[128] Source code

var transient ActorBuffer Actors[128];

bClipped Source code

var transient bool bClipped;

Cursor Source code

var transient int Cursor;

Data[128] Source code

var transient DataBuffer Data[128];

LargestWeight Source code

var transient float LargestWeight;

LastLocation Source code

var transient vector LastLocation;

LastParticleRotation Source code

var transient rotator LastParticleRotation;

LastRotation Source code

var transient rotator LastRotation;

NumParticles Source code

var transient int NumParticles;

ParticleTimer Source code

var transient float ParticleTimer;

PreviousTickTime Source code

var transient float PreviousTickTime;

TemplateIndex Source code

var transient int TemplateIndex;

TemplateIteration Source code

var transient int TemplateIteration;


Structures Detail

DataBuffer Source code

struct DataBuffer
{
var float FadeRate;
var float FadeTime;
var float FadeTimer;
var float GrowRate;
var float GrowTime;
var float GrowTimer;
var rotator RotationRate;
};



Defaultproperties

defaultproperties
{
}

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