Method procedure VLFire.TVLFire.Spark(Cardinal;Cardinal)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLFire
Contents |
Syntax
Delphi:
procedure Spark( ACountSparks : Cardinal, ASparkSize : Cardinal );
C++ Builder:
void __fastcall Spark( unsigned int ACountSparks, unsigned int ASparkSize );
Visual C++ (MFC):
void Spark( unsigned int ACountSparks, unsigned int ASparkSize );
Summary
Drops a random spark(s) over the flammable area.
Description
Call this method to spark a fire with random spark(s).
Parameters
Parameter | Description |
---|---|
ACountSparks | Number of sparks to drop. |
ASparkSize | Size of the sparks. |