Skip to content

Commit ef49dc3

Browse files
committed
Additional updates
1 parent 7db16ea commit ef49dc3

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

2 classes/Flow.Settings.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ <h2><a href="#Flare">Flare </a></h2>
198198
<td class="summary">Toggle smoke effect.</td>
199199
</tr>
200200
<tr>
201-
<td class="name" ><a href="#glow">glow</a></td>
202-
<td class="summary">Toggle glow effect.</td>
201+
<td class="name" ><a href="#muzzleGlow">muzzleGlow</a></td>
202+
<td class="summary">Toggle muzzle glow effect.</td>
203203
</tr>
204204
<tr>
205205
<td class="name" ><a href="#flicker">flicker</a></td>
@@ -723,16 +723,16 @@ <h2 class="section-header has-description"><a name="Flare"></a>Flare </h2>
723723

724724
</dd>
725725
<dt>
726-
<a name = "glow"></a>
727-
<strong>glow</strong>
726+
<a name = "muzzleGlow"></a>
727+
<strong>muzzleGlow</strong>
728728
</dt>
729729
<dd>
730-
Toggle glow effect.
730+
Toggle muzzle glow effect.
731731

732732

733733

734734
<ul>
735-
<li><span class="parameter">glow</span>
735+
<li><span class="parameter">muzzleGlow</span>
736736
<span class="types"><span class="type">bool</span></span>
737737
Glow effect. Determines whether flare generates glow when burning.
738738
</li>

5 lua utility modules/Type.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h3>Parameters:</h3>
234234
<h3>Returns:</h3>
235235
<ol>
236236

237-
<span class="types"><span class="type">boolean</span></span>
237+
<span class="types"><span class="type">bool</span></span>
238238
<code>true</code> if the variable is a number, <code>false</code> otherwise.
239239
</ol>
240240

@@ -270,7 +270,7 @@ <h3>Parameters:</h3>
270270
<h3>Returns:</h3>
271271
<ol>
272272

273-
<span class="types"><span class="type">boolean</span></span>
273+
<span class="types"><span class="type">bool</span></span>
274274
<code>true</code> if the variable is a string, <code>false</code> otherwise.
275275
</ol>
276276

@@ -306,7 +306,7 @@ <h3>Parameters:</h3>
306306
<h3>Returns:</h3>
307307
<ol>
308308

309-
<span class="types"><span class="type">boolean</span></span>
309+
<span class="types"><span class="type">bool</span></span>
310310
<code>true</code> if the variable is a boolean, <code>false</code> otherwise.
311311
</ol>
312312

@@ -345,7 +345,7 @@ <h3>Parameters:</h3>
345345
<h3>Returns:</h3>
346346
<ol>
347347

348-
<span class="types"><span class="type">boolean</span></span>
348+
<span class="types"><span class="type">bool</span></span>
349349
<code>true</code> if the variable is a table, <code>false</code> otherwise.
350350
</ol>
351351

@@ -384,7 +384,7 @@ <h3>Parameters:</h3>
384384
<h3>Returns:</h3>
385385
<ol>
386386

387-
<span class="types"><span class="type">boolean</span></span>
387+
<span class="types"><span class="type">bool</span></span>
388388
<code>true</code> if the variable is a null, <code>false</code> otherwise.
389389
</ol>
390390

@@ -423,7 +423,7 @@ <h3>Parameters:</h3>
423423
<h3>Returns:</h3>
424424
<ol>
425425

426-
<span class="types"><span class="type">boolean</span></span>
426+
<span class="types"><span class="type">bool</span></span>
427427
<code>true</code> if the variable is a function, <code>false</code> otherwise.
428428
</ol>
429429

@@ -460,7 +460,7 @@ <h3>Parameters:</h3>
460460
<h3>Returns:</h3>
461461
<ol>
462462

463-
<span class="types"><span class="type">boolean</span></span>
463+
<span class="types"><span class="type">bool</span></span>
464464
<code>true</code> if the variable is a Color, <code>false</code> otherwise.
465465
</ol>
466466

@@ -497,7 +497,7 @@ <h3>Parameters:</h3>
497497
<h3>Returns:</h3>
498498
<ol>
499499

500-
<span class="types"><span class="type">boolean</span></span>
500+
<span class="types"><span class="type">bool</span></span>
501501
<code>true</code> if the variable is a Rotation, <code>false</code> otherwise.
502502
</ol>
503503

@@ -534,7 +534,7 @@ <h3>Parameters:</h3>
534534
<h3>Returns:</h3>
535535
<ol>
536536

537-
<span class="types"><span class="type">boolean</span></span>
537+
<span class="types"><span class="type">bool</span></span>
538538
<code>true</code> if the variable is a Vec2, <code>false</code> otherwise.
539539
</ol>
540540

@@ -571,7 +571,7 @@ <h3>Parameters:</h3>
571571
<h3>Returns:</h3>
572572
<ol>
573573

574-
<span class="types"><span class="type">boolean</span></span>
574+
<span class="types"><span class="type">bool</span></span>
575575
<code>rue</code> if the variable is a Vec3, <code>false</code> otherwise.
576576
</ol>
577577

@@ -608,7 +608,7 @@ <h3>Parameters:</h3>
608608
<h3>Returns:</h3>
609609
<ol>
610610

611-
<span class="types"><span class="type">boolean</span></span>
611+
<span class="types"><span class="type">bool</span></span>
612612
<code>true</code> if the variable is a Time object, <code>false</code> otherwise.
613613
</ol>
614614

@@ -645,7 +645,7 @@ <h3>Parameters:</h3>
645645
<h3>Returns:</h3>
646646
<ol>
647647

648-
<span class="types"><span class="type">boolean</span></span>
648+
<span class="types"><span class="type">bool</span></span>
649649
<code>true</code> if the variable is a LevelFunc, <code>false</code> otherwise.
650650
</ol>
651651

0 commit comments

Comments
 (0)