[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Vid' (#Prometheus)

ParticleEffect

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Prometheus_Vid.pas line 213

type ParticleEffect = object

  ParticleImage: Image;

  Velocity: ;

  Orientation: ;

  Duration: ;

  Death: ;

  ArraysInitialized: Boolean;

  Running: Boolean;

  Respawn: Boolean;

  StartX: Int64;

  StartY: Int64;

  Particles: Int64;

  VelocityRange: ;

  OrientationRange: ;

  DurationRange: ;

  EffectLength: Int64;

  ParticleEffectMode: QWord;

  ScreenArea: tArr2x2;

  Time: Int64;

  constructor Initialize;

  procedure SetParticleEffectImage();

  procedure LoadParticleImageFromFile();

  procedure SetParticleEffectArea();

  procedure Draw;

  procedure Update;

  procedure Activate;

end;

Inheritance

ParticleEffect