This file is indexed.

/usr/share/doc/love/html/ParticleSystem.html is in love-doc 0.9.1-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<meta name="generator" content="MediaWiki 1.16.2" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="https://love2d.org/w/opensearch_desc.php" title="LOVE (en)" />
<link title="Creative Commons" type="application/rdf+xml" href="https://love2d.org/w/index.php?title=ParticleSystem&amp;action=creativecommons" rel="meta" />
<link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html" />
<link rel="alternate" type="application/atom+xml" title="LOVE Atom feed" href="https://love2d.org/w/index.php?title=Special:RecentChanges&amp;feed=atom" />		<title>ParticleSystem - LOVE</title>
		<link rel="stylesheet" href="shared.css" media="screen" />
<link rel="stylesheet" href="commonPrint.css" media="print" />
<link rel="stylesheet" href="main.css" media="screen" />
<link rel="stylesheet" href="MediaWiki%3aCommon.css" />
<link rel="stylesheet" href="MediaWiki%3aPrint.css" media="print" />
<link rel="stylesheet" href="MediaWiki%3aLove.css" />
<link rel="stylesheet" href="user.css" />
		<!--[if lt IE 7]><script type="text/javascript" src="https://love2d.org/w/skins/common/IEFixes.js?270"></script>
		<meta http-equiv="imagetoolbar" content="no" /><![endif]-->

		<script>
var skin="love",
stylepath="https://love2d.org/w/skins",
wgUrlProtocols="http\\:\\/\\/|https\\:\\/\\/|ftp\\:\\/\\/|irc\\:\\/\\/|gopher\\:\\/\\/|telnet\\:\\/\\/|nntp\\:\\/\\/|worldwind\\:\\/\\/|mailto\\:|news\\:|svn\\:\\/\\/",
wgArticlePath="https://love2d.org/wiki/$1",
wgScriptPath="/w",
wgScriptExtension=".php",
wgScript="https://love2d.org/w/index.php",
wgVariantArticlePath=false,
wgActionPaths={},
wgServer="https://www.love2d.org",
wgCanonicalNamespace="",
wgCanonicalSpecialPageName=false,
wgNamespaceNumber=0,
wgPageName="ParticleSystem",
wgTitle="ParticleSystem",
wgAction="view",
wgArticleId=104,
wgIsArticle=true,
wgUserName=null,
wgUserGroups=null,
wgUserLanguage="en",
wgContentLanguage="en",
wgBreakFrames=false,
wgCurRevisionId=12634,
wgVersion="1.16.2",
wgEnableAPI=true,
wgEnableWriteAPI=true,
wgSeparatorTransformTable=["", ""],
wgDigitTransformTable=["", ""],
wgMainPageTitle="Main Page",
wgFormattedNamespaces={"-2": "Media", "-1": "Special", "0": "", "1": "Talk", "2": "User", "3": "User talk", "4": "LOVE", "5": "LOVE talk", "6": "File", "7": "File talk", "8": "MediaWiki", "9": "MediaWiki talk", "10": "Template", "11": "Template talk", "12": "Help", "13": "Help talk", "14": "Category", "15": "Category talk", "102": "Property", "103": "Property talk", "104": "Type", "105": "Type talk", "108": "Concept", "109": "Concept talk", "500": "Tutorial", "501": "Tutorial talk"},
wgNamespaceIds={"media": -2, "special": -1, "": 0, "talk": 1, "user": 2, "user_talk": 3, "love": 4, "love_talk": 5, "file": 6, "file_talk": 7, "mediawiki": 8, "mediawiki_talk": 9, "template": 10, "template_talk": 11, "help": 12, "help_talk": 13, "category": 14, "category_talk": 15, "property": 102, "property_talk": 103, "type": 104, "type_talk": 105, "concept": 108, "concept_talk": 109, "tutorial": 500, "tutorial_talk": 501, "image": 6, "image_talk": 7},
wgSiteName="LOVE",
wgCategories=["Types"],
wgRestrictionEdit=[],
wgRestrictionMove=[];
</script>
		<script type="text/javascript" src="wikibits.js"><!-- wikibits js --></script>
		<!-- Head Scripts -->
		<link rel="alternate" type="application/rdf+xml" title="ParticleSystem" href="https://love2d.org/w/index.php?title=Special:ExportRDF/ParticleSystem&amp;xmlmime=rdf" />
		<script type="text/javascript" src="site.js"><!-- site js --></script>
  <link href="https://plus.google.com/b/108553500970002863436/" rel="publisher" />
	</head>
<body class="mediawiki ltr ns-0 ns-subject page-ParticleSystem skin-love">
	<div id="globalWrapper">
		<div id="column-content">
	<div id="content">
		<a name="top" id="top"></a>
			
		<div id="p-cactions">
			<h5>Views</h5>
			<div>
				<ul>
		
					 <li id="ca-nstab-main" class="selected"><a href="ParticleSystem.html" title="View the content page [c]" accesskey="c">Page</a></li>
					 <li id="ca-talk"><a href="https://love2d.org/wiki/Talk:ParticleSystem" title="Discussion about the content page [t]" accesskey="t">Discussion</a></li>
					 <li id="ca-viewsource"><a href="https://love2d.org/w/index.php?title=ParticleSystem&amp;action=edit" title="This page is protected.&#10;You can view its source [e]" accesskey="e">View source</a></li>
					 <li id="ca-history"><a href="https://love2d.org/w/index.php?title=ParticleSystem&amp;action=history" title="Past revisions of this page [h]" accesskey="h">History</a></li>				</ul>
			</div>
		</div>
	
		<h1 id="firstHeading" class="firstHeading">ParticleSystem</h1>
		<div id="bodyContent">
			<div id="contentSub"></div>
									<!-- start content -->
			<p>Used to create cool effects, like fire.
The particle systems are created and drawn on the screen using functions in love.graphics. They also need to be updated in the update(dt) callback for you to see any changes in the particles emitted.
</p>
<h2> <span class="mw-headline" id="Constructors"> Constructors </span></h2>
<table class="smwtable" style="background-color: #eeeeff;">


<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="love.graphics.newParticleSystem.html" title="love.graphics.newParticleSystem">love.graphics.newParticleSystem</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Creates a new <strong class="selflink">ParticleSystem</strong>.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

</table>
<h2> <span class="mw-headline" id="Functions"> Functions </span></h2>
<table class="smwtable" style="background-color: #eeeeff;">


<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="Object%3atype.html" title="Object:type">Object:type</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the type of the object as a string.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="Object%3atypeOf.html" title="Object:typeOf">Object:typeOf</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Checks whether an object is of a certain type.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aclone.html" title="ParticleSystem:clone">ParticleSystem:clone</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Creates an identical copy of the ParticleSystem in the stopped state.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.1" title="0.9.1">0.9.1</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3acount.html" title="ParticleSystem:count">ParticleSystem:count</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the amount of particles that are currently in the system.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aemit.html" title="ParticleSystem:emit">ParticleSystem:emit</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Emits a burst of particles from the particle emitter.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetAreaSpread.html" title="ParticleSystem:getAreaSpread">ParticleSystem:getAreaSpread</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the area-based spawn parameters for the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetBufferSize.html" title="ParticleSystem:getBufferSize">ParticleSystem:getBufferSize</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the maximum number of particles the ParticleSystem can have at once.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetColors.html" title="ParticleSystem:getColors">ParticleSystem:getColors</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the colors to apply to the particle sprite.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetCount.html" title="ParticleSystem:getCount">ParticleSystem:getCount</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the number of particles that are currently in the system.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetDirection.html" title="ParticleSystem:getDirection">ParticleSystem:getDirection</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the direction of the particle emitter (in radians).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetEmissionRate.html" title="ParticleSystem:getEmissionRate">ParticleSystem:getEmissionRate</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the amount of particles emitted per second.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetEmitterLifetime.html" title="ParticleSystem:getEmitterLifetime">ParticleSystem:getEmitterLifetime</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets how long the particle system will emit particles</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetImage.html" title="ParticleSystem:getImage">ParticleSystem:getImage</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the image used for the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetInsertMode.html" title="ParticleSystem:getInsertMode">ParticleSystem:getInsertMode</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the mode used when the ParticleSystem adds new particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetLinearAcceleration.html" title="ParticleSystem:getLinearAcceleration">ParticleSystem:getLinearAcceleration</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the linear acceleration (acceleration along the x and y axes) for particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetOffset.html" title="ParticleSystem:getOffset">ParticleSystem:getOffset</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the particle image's draw offset.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetOffsetX.html" title="ParticleSystem:getOffsetX">ParticleSystem:getOffsetX</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Get the x coordinate of the particle rotation offset.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetOffsetY.html" title="ParticleSystem:getOffsetY">ParticleSystem:getOffsetY</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Get the y coordinate of the particle rotation offset.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetParticleLifetime.html" title="ParticleSystem:getParticleLifetime">ParticleSystem:getParticleLifetime</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the lifetime of the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetPosition.html" title="ParticleSystem:getPosition">ParticleSystem:getPosition</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the position of the emitter.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetRadialAcceleration.html" title="ParticleSystem:getRadialAcceleration">ParticleSystem:getRadialAcceleration</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the radial acceleration (away from the emitter).</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetRotation.html" title="ParticleSystem:getRotation">ParticleSystem:getRotation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the rotation of the image upon particle creation (in radians).</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetSizeVariation.html" title="ParticleSystem:getSizeVariation">ParticleSystem:getSizeVariation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the amount of size variation.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetSizes.html" title="ParticleSystem:getSizes">ParticleSystem:getSizes</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the sizes of the particle over its lifetime.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetSpeed.html" title="ParticleSystem:getSpeed">ParticleSystem:getSpeed</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the speed of the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetSpin.html" title="ParticleSystem:getSpin">ParticleSystem:getSpin</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the spin of the sprite.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetSpinVariation.html" title="ParticleSystem:getSpinVariation">ParticleSystem:getSpinVariation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the amount of spin variation.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetSpread.html" title="ParticleSystem:getSpread">ParticleSystem:getSpread</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the amount of directional spread of the particle emitter (in radians).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetTangentialAcceleration.html" title="ParticleSystem:getTangentialAcceleration">ParticleSystem:getTangentialAcceleration</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the tangential acceleration (acceleration perpendicular to the particle's direction).</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetX.html" title="ParticleSystem:getX">ParticleSystem:getX</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the x-coordinate of the particle emitter's position.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3agetY.html" title="ParticleSystem:getY">ParticleSystem:getY</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets the y-coordinate of the particle emitter's position.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3ahasRelativeRotation.html" title="ParticleSystem:hasRelativeRotation">ParticleSystem:hasRelativeRotation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Gets whether particle angles and rotations are relative to their velocities.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.1" title="0.9.1">0.9.1</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aisActive.html" title="ParticleSystem:isActive">ParticleSystem:isActive</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Checks whether the particle system is actively emitting particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aisEmpty.html" title="ParticleSystem:isEmpty">ParticleSystem:isEmpty</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Checks whether the particle system is empty of particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aisFull.html" title="ParticleSystem:isFull">ParticleSystem:isFull</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Checks whether the particle system is full of particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aisPaused.html" title="ParticleSystem:isPaused">ParticleSystem:isPaused</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Checks whether the particle system is paused.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aisStopped.html" title="ParticleSystem:isStopped">ParticleSystem:isStopped</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Checks whether the particle system is stopped.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3amoveTo.html" title="ParticleSystem:moveTo">ParticleSystem:moveTo</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Moves the position of the emitter.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.1" title="0.9.1">0.9.1</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3apause.html" title="ParticleSystem:pause">ParticleSystem:pause</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Pauses the particle emitter.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3areset.html" title="ParticleSystem:reset">ParticleSystem:reset</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Resets the particle emitter, removing existing particles and resetting the lifetime counter.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetAreaSpread.html" title="ParticleSystem:setAreaSpread">ParticleSystem:setAreaSpread</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets area-based spawn parameters for the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetBufferSize.html" title="ParticleSystem:setBufferSize">ParticleSystem:setBufferSize</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the size of the buffer (the max allowed amount of particles in the system).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetColor.html" title="ParticleSystem:setColor">ParticleSystem:setColor</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the color of the image.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.8.0" title="0.8.0">0.8.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetColors.html" title="ParticleSystem:setColors">ParticleSystem:setColors</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the colors to apply to the particle sprite.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.8.0" title="0.8.0">0.8.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetDirection.html" title="ParticleSystem:setDirection">ParticleSystem:setDirection</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the direction the particles will be emitted in.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetEmissionRate.html" title="ParticleSystem:setEmissionRate">ParticleSystem:setEmissionRate</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the amount of particles emitted per second.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetEmitterLifetime.html" title="ParticleSystem:setEmitterLifetime">ParticleSystem:setEmitterLifetime</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets how long the particle system should emit particles</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetGravity.html" title="ParticleSystem:setGravity">ParticleSystem:setGravity</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the gravity affecting the particles (acceleration along the y-axis).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetImage.html" title="ParticleSystem:setImage">ParticleSystem:setImage</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the image to be used for the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetInsertMode.html" title="ParticleSystem:setInsertMode">ParticleSystem:setInsertMode</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the mode to use when the ParticleSystem adds new particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetLifetime.html" title="ParticleSystem:setLifetime">ParticleSystem:setLifetime</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets how long the particle system should emit particles (if -1 then it emits particles forever).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetLinearAcceleration.html" title="ParticleSystem:setLinearAcceleration">ParticleSystem:setLinearAcceleration</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the linear acceleration (acceleration along the x and y axes) for particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetOffset.html" title="ParticleSystem:setOffset">ParticleSystem:setOffset</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Set the offset position which the particle sprite is rotated around.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetParticleLife.html" title="ParticleSystem:setParticleLife">ParticleSystem:setParticleLife</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the life of the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetParticleLifetime.html" title="ParticleSystem:setParticleLifetime">ParticleSystem:setParticleLifetime</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the lifetime of the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetPosition.html" title="ParticleSystem:setPosition">ParticleSystem:setPosition</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the position of the emitter.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetRadialAcceleration.html" title="ParticleSystem:setRadialAcceleration">ParticleSystem:setRadialAcceleration</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Set the radial acceleration (away from the emitter).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetRelativeRotation.html" title="ParticleSystem:setRelativeRotation">ParticleSystem:setRelativeRotation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets whether particle angles and rotations are relative to their velocities.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.1" title="0.9.1">0.9.1</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetRotation.html" title="ParticleSystem:setRotation">ParticleSystem:setRotation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the rotation of the image upon particle creation (in radians).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSize.html" title="ParticleSystem:setSize">ParticleSystem:setSize</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the size of the particle (1.0 being normal size).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.8.0" title="0.8.0">0.8.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSizeVariation.html" title="ParticleSystem:setSizeVariation">ParticleSystem:setSizeVariation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the amount of size variation.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSizes.html" title="ParticleSystem:setSizes">ParticleSystem:setSizes</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the sizes of the particle over its lifetime.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.8.0" title="0.8.0">0.8.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSpeed.html" title="ParticleSystem:setSpeed">ParticleSystem:setSpeed</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the speed of the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSpin.html" title="ParticleSystem:setSpin">ParticleSystem:setSpin</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the spin of the sprite.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSpinVariation.html" title="ParticleSystem:setSpinVariation">ParticleSystem:setSpinVariation</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the amount of spin variation.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSpread.html" title="ParticleSystem:setSpread">ParticleSystem:setSpread</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the amount of spread for the system.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetSprite.html" title="ParticleSystem:setSprite">ParticleSystem:setSprite</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the image which is to be emitted.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #fff8f8; vertical-align: top;"><img alt="Removed in" src="https://love2d.org/w/images/f/f4/Remove.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a>
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetTangentialAcceleration.html" title="ParticleSystem:setTangentialAcceleration">ParticleSystem:setTangentialAcceleration</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the tangential acceleration (acceleration perpendicular to the particle's direction).</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3asetTexture.html" title="ParticleSystem:setTexture">ParticleSystem:setTexture</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Sets the texture (<a href="Image.html" title="Image">Image</a> or <a href="Canvas.html" title="Canvas">Canvas</a>) to be used for the particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.1" title="0.9.1">0.9.1</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3astart.html" title="ParticleSystem:start">ParticleSystem:start</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Starts the particle emitter.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3astop.html" title="ParticleSystem:stop">ParticleSystem:stop</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Stops the particle emitter, resetting the lifetime counter.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleSystem%3aupdate.html" title="ParticleSystem:update">ParticleSystem:update</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Updates the particle system; moving, creating and killing particles.</td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

</table>
<h2> <span class="mw-headline" id="Enums"> Enums </span></h2>
<table class="smwtable" style="background-color: #eeeeff;">


<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="AreaSpreadDistribution.html" title="AreaSpreadDistribution">AreaSpreadDistribution</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">Types of particle area spread distribution.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

<tr>
<td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;"><a href="ParticleInsertMode.html" title="ParticleInsertMode">ParticleInsertMode</a></td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">How newly created particles are added to the ParticleSystem.</td><td style="padding: 1px 5px 1px 5px; background-color: #f8fff8; vertical-align: top;"><img alt="Added since" src="https://love2d.org/w/images/a/a7/Add.png" width="8" height="11" /> <a href="https://love2d.org/wiki/0.9.0" title="0.9.0">0.9.0</a> </td><td style="padding: 1px 5px 1px 5px; background-color: #ffffff; vertical-align: top;">
</td></tr>

</table>
<h2> <span class="mw-headline" id="Supertypes"> Supertypes </span></h2>
<ul><li> <a href="Drawable.html" title="Drawable">Drawable</a>
</li><li> <a href="Object.html" title="Object">Object</a>
</li></ul>
<h2> <span class="mw-headline" id="See_Also"> See Also </span></h2>
<ul><li> <a href="love.graphics.html" title="love.graphics">love.graphics</a>
</li></ul>
<p><br />
Particle editors:
</p>
<ul><li> <a href="https://love2d.org/forums/viewtopic.php?f=4&amp;t=2110" class="external free" rel="nofollow">https://love2d.org/forums/viewtopic.php?f=4&amp;t=2110</a>
</li><li> <a href="https://love2d.org/forums/viewtopic.php?f=5&amp;t=32954" class="external free" rel="nofollow">https://love2d.org/forums/viewtopic.php?f=5&amp;t=32954</a>
</li></ul>
<h2> <span class="mw-headline" id="Other_Languages"> Other Languages </span></h2>
<div class="i18n">
<p><a href="https://love2d.org/w/index.php?title=ParticleSystem_(Dansk)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Dansk) (page does not exist)">Dansk</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Deutsch)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Deutsch) (page does not exist)">Deutsch</a>&nbsp;&ndash;
<strong class="selflink">English</strong>&nbsp;&ndash; 
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Espa%C3%B1ol)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Español) (page does not exist)">Español</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Fran%C3%A7ais)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Français) (page does not exist)">Français</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Indonesia)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Indonesia) (page does not exist)">Indonesia</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Italiano)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Italiano) (page does not exist)">Italiano</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Lietuvi%C5%A1kai)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Lietuviškai) (page does not exist)">Lietuviškai</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Magyar)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Magyar) (page does not exist)">Magyar</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Nederlands)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Nederlands) (page does not exist)">Nederlands</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Polski)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Polski) (page does not exist)">Polski</a>&nbsp;&ndash;
<a href="https://love2d.org/wiki/ParticleSystem_(Portugu%C3%AAs)" title="ParticleSystem (Português)">Português</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Rom%C3%A2n%C4%83)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Română) (page does not exist)">Română</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Slovensk%C3%BD)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Slovenský) (page does not exist)">Slovenský</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Suomi)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Suomi) (page does not exist)">Suomi</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(Svenska)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Svenska) (page does not exist)">Svenska</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(T%C3%BCrk%C3%A7e)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Türkçe) (page does not exist)">Türkçe</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%C4%8Cesky)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Česky) (page does not exist)">Česky</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CE%AC)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Ελληνικά) (page does not exist)">Ελληνικά</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%D0%91%D1%8A%D0%BB%D0%B3%D0%B0%D1%80%D1%81%D0%BA%D0%B8)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Български) (page does not exist)">Български</a>&nbsp;&ndash;
<a href="https://love2d.org/wiki/ParticleSystem_(%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9)" title="ParticleSystem (Русский)">Русский</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%D0%A1%D1%80%D0%BF%D1%81%D0%BA%D0%B8)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Српски) (page does not exist)">Српски</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%D0%A3%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D1%81%D1%8C%D0%BA%D0%B0)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (Українська) (page does not exist)">Українська</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%D7%A2%D7%91%D7%A8%D7%99%D7%AA)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (עברית) (page does not exist)">עברית</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%E0%B9%84%E0%B8%97%E0%B8%A2)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (ไทย) (page does not exist)">ไทย</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%E6%97%A5%E6%9C%AC%E8%AA%9E)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (日本語) (page does not exist)">日本語</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%E6%AD%A3%E9%AB%94%E4%B8%AD%E6%96%87)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (正體中文) (page does not exist)">正體中文</a>&nbsp;&ndash;
<a href="https://love2d.org/wiki/ParticleSystem_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)" title="ParticleSystem (简体中文)">简体中文</a>&nbsp;&ndash;
<a href="https://love2d.org/wiki/ParticleSystem_(Ti%E1%BA%BFng_Vi%E1%BB%87t)" title="ParticleSystem (Tiếng Việt)">Tiếng Việt</a>&nbsp;&ndash;
<a href="https://love2d.org/w/index.php?title=ParticleSystem_(%ED%95%9C%EA%B5%AD%EC%96%B4)&amp;action=edit&amp;redlink=1" class="new" title="ParticleSystem (한국어) (page does not exist)">한국어</a> 
<br />
<span style="text-align:right;"><i><a href="https://love2d.org/wiki/Help:i18n" title="Help:i18n">More info</a></i></span>
</p>
</div>

<!-- 
NewPP limit report
Preprocessor node count: 2357/1000000
Post-expand include size: 97782/2097152 bytes
Template argument size: 12073/2097152 bytes
Expensive parser function count: 0/100
-->

<!-- Saved in parser cache with key love2d_wiki:pcache:idhash:104-0!1!0!!en!2!edit=0 and timestamp 20140410182339 -->
<div class="printfooter">
Retrieved from "<a href="https://www.love2d.org/wiki/ParticleSystem">https://www.love2d.org/wiki/ParticleSystem</a>"</div>
			<div id='catlinks' class='catlinks'><div id="mw-normal-catlinks"><a href="https://love2d.org/wiki/Special:Categories" title="Special:Categories">Category</a>: <span dir='ltr'><a href="https://love2d.org/wiki/Category:Types" title="Category:Types">Types</a></span></div></div>			<!-- end content -->
						<div class="visualClear"></div>
		</div>
	</div>
		</div>
		<div id="column-one">

	<div class="portlet" id="p-personal">
		<h5>Personal tools</h5>
		<div class="pBody">
			<ul>
				<li id="pt-login"><a href="https://love2d.org/w/index.php?title=Special:UserLogin&amp;returnto=ParticleSystem" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li>
			</ul>
		</div>
	</div>
	<div class="portlet" id="p-logo">
		<a style="background-image: url(wiki.png);" href="https://love2d.org/wiki/Main_Page" title="Visit the main page"></a>
	</div>
<!--	<div class="portlet" id="p-docs">
		<h5>Documentation</h5>
		<div class="pBody">
			<ul>
				<li><a href="//love2d.org/wiki/love">love</a></li>
				<li><a href="//love2d.org/wiki/love.audio">love.audio</a></li>
				<li><a href="//love2d.org/wiki/love.event">love.event</a></li>
				<li><a href="//love2d.org/wiki/love.filesystem">love.filesystem</a></li>
				<li><a href="//love2d.org/wiki/love.graphics">love.graphics</a></li>
				<li><a href="//love2d.org/wiki/love.image">love.image</a></li>
				<li><a href="//love2d.org/wiki/love.joystick">love.joystick</a></li>
				<li><a href="//love2d.org/wiki/love.keyboard">love.keyboard</a></li>
				<li><a href="//love2d.org/wiki/love.math">love.math</a></li>
				<li><a href="//love2d.org/wiki/love.mouse">love.mouse</a></li>
				<li><a href="//love2d.org/wiki/love.physics">love.physics</a></li>
				<li><a href="//love2d.org/wiki/love.sound">love.sound</a></li>
				<li><a href="//love2d.org/wiki/love.system">love.system</a></li>
				<li><a href="//love2d.org/wiki/love.timer">love.timer</a></li>
				<li><a href="//love2d.org/wiki/love.window">love.window</a></li>
			</ul>
		</div>
	</div> -->
	<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
	<div class='generated-sidebar portlet' id='p-documentation'>
		<h5>documentation</h5>
		<div class='pBody'>
			<ul>
				<li id="n-love"><a href="love.html">love</a></li>
				<li id="n-love.audio"><a href="love.audio.html">love.audio</a></li>
				<li id="n-love.event"><a href="love.event.html">love.event</a></li>
				<li id="n-love.filesystem"><a href="love.filesystem.html">love.filesystem</a></li>
				<li id="n-love.font"><a href="love.font.html">love.font</a></li>
				<li id="n-love.graphics"><a href="love.graphics.html">love.graphics</a></li>
				<li id="n-love.image"><a href="love.image.html">love.image</a></li>
				<li id="n-love.joystick"><a href="love.joystick.html">love.joystick</a></li>
				<li id="n-love.keyboard"><a href="love.keyboard.html">love.keyboard</a></li>
				<li id="n-love.math"><a href="love.math.html">love.math</a></li>
				<li id="n-love.mouse"><a href="love.mouse.html">love.mouse</a></li>
				<li id="n-love.physics"><a href="love.physics.html">love.physics</a></li>
				<li id="n-love.sound"><a href="love.sound.html">love.sound</a></li>
				<li id="n-love.system"><a href="love.system.html">love.system</a></li>
				<li id="n-love.thread"><a href="love.thread.html">love.thread</a></li>
				<li id="n-love.timer"><a href="love.timer.html">love.timer</a></li>
				<li id="n-love.window"><a href="love.window.html">love.window</a></li>
			</ul>
		</div>
	</div>
	<div class='generated-sidebar portlet' id='p-navigation'>
		<h5>Navigation</h5>
		<div class='pBody'>
			<ul>
				<li id="n-Home"><a href="http://love2d.org/">Home</a></li>
				<li id="n-Forums"><a href="http://love2d.org/forums">Forums</a></li>
				<li id="n-Issue-tracker"><a href="http://bitbucket.org/rude/love/issues">Issue tracker</a></li>
			</ul>
		</div>
	</div>
	<div class='generated-sidebar portlet' id='p-wiki_navigation'>
		<h5>wiki navigation</h5>
		<div class='pBody'>
			<ul>
				<li id="n-mainpage-description"><a href="https://love2d.org/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li>
				<li id="n-recentchanges"><a href="https://love2d.org/wiki/Special:RecentChanges" title="The list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li>
				<li id="n-randompage"><a href="https://love2d.org/wiki/Special:Random" title="Load a random page [x]" accesskey="x">Random page</a></li>
			</ul>
		</div>
	</div>
	<div id="p-search" class="portlet">
		<h5><label for="searchInput">Search</label></h5>
		<div id="searchBody" class="pBody">
			<form action="https://love2d.org/w/index.php" id="searchform"><div>
				<input type='hidden' name="title" value="Special:Search"/>
				<input id="searchInput" name="search" type="text" title="Search LOVE [f]" accesskey="f" value="" />
				<input type='submit' name="go" class="searchButton" id="searchGoButton"	value="Go" title="Go to a page with this exact name if exists" />&nbsp;
				<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
			</div></form>
		</div>
	</div>
	<div class="portlet" id="p-tb">
		<h5>Toolbox</h5>
		<div class="pBody">
			<ul>
				<li id="t-whatlinkshere"><a href="https://love2d.org/wiki/Special:WhatLinksHere/ParticleSystem" title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>
				<li id="t-recentchangeslinked"><a href="https://love2d.org/wiki/Special:RecentChangesLinked/ParticleSystem" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
<li id="t-specialpages"><a href="https://love2d.org/wiki/Special:SpecialPages" title="List of all special pages [q]" accesskey="q">Special pages</a></li>
				<li id="t-print"><a href="https://love2d.org/w/index.php?title=ParticleSystem&amp;printable=yes" rel="alternate" title="Printable version of this page [p]" accesskey="p">Printable version</a></li>				<li id="t-permalink"><a href="https://love2d.org/w/index.php?title=ParticleSystem&amp;oldid=12634" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-smwbrowselink"><a href="https://love2d.org/wiki/Special:Browse/ParticleSystem" title="Special:Browse/ParticleSystem">Browse properties</a></li>			</ul>
		</div>
	</div>
		</div><!-- end of the left (by default at least) column -->
			<div class="visualClear"></div>
			<div id="footer">
				<div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="poweredby_mediawiki_88x31.png" height="31" width="88" alt="Powered by MediaWiki" /></a></div>
				<div id="f-copyrightico"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="gnu-fdl.png" alt="GNU Free Documentation License 1.3" width="88" height="31" /></a></div>
			<ul id="f-list">
					<li id="lastmod"> This page was last modified on 13 January 2014, at 02:17.</li>
					<li id="copyright">Content is available under <a href="http://www.gnu.org/copyleft/fdl.html" class="external ">GNU Free Documentation License 1.3</a>.</li>
					<li id="privacy"><a href="https://love2d.org/wiki/LOVE:Privacy_policy" title="LOVE:Privacy policy">Privacy policy</a></li>
					<li id="about"><a href="https://love2d.org/wiki/LOVE:About" title="LOVE:About">About LOVE</a></li>
					<li id="disclaimer"><a href="https://love2d.org/wiki/LOVE:General_disclaimer" title="LOVE:General disclaimer">Disclaimers</a></li>
			</ul>
		</div>
</div>

<script>if (window.runOnloadHook) runOnloadHook();</script>
<!-- Served in 0.452 secs. --></body></html>