Skip to content

Commit b6090be

Browse files
authored
Merge pull request #30 from ElunaLuaEngine/master-2024-09-20_23-23
Update Eluna documentation
2 parents 784c086 + 1921879 commit b6090be

File tree

941 files changed

+3687
-1378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

941 files changed

+3687
-1378
lines changed

Aura/GetAuraId.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Returns the ID of the <a class="mod" href="../Spell/index.html">Spell</a> that caused this <a class="mod" href="../Aura/index.html">Aura</a> to be applied.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/GetCaster.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Returns the <a class="mod" href="../Unit/index.html">Unit</a> that casted the <a class="mod" href="../Spell/index.html">Spell</a> that caused this <a class="mod" href="../Aura/index.html">Aura</a> to be applied.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/GetCasterGUID.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Returns the GUID of the <a class="mod" href="../Unit/index.html">Unit</a> that casted the <a class="mod" href="../Spell/index.html">Spell</a> that caused this <a class="mod" href="../Aura/index.html">Aura</a> to be applied.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/GetCasterLevel.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Returns the level of the <a class="mod" href="../Unit/index.html">Unit</a> that casted the <a class="mod" href="../Spell/index.html">Spell</a> that caused this <a class="mod" href="../Aura/index.html">Aura</a> to be applied.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/GetDuration.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Returns the amount of time left until the <a class="mod" href="../Aura/index.html">Aura</a> expires.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/GetMaxDuration.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ <h1 class='fqn'>
7070
<p>Returns the amount of time this <a class="mod" href="../Aura/index.html">Aura</a> lasts when applied.</p>
7171
<p>To determine how much time has passed since this Aura was applied,
7272
subtract the result of <a class="mod" href="../Aura/index.html">Aura</a>:GetDuration from the result of this method.</p>
73-
73+
74+
7475
<h2 id="synopsis" class='section-header'>
7576
<a href="#synopsis">Synopsis</a>
7677
</h2>

Aura/GetOwner.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Returns the <a class="mod" href="../Unit/index.html">Unit</a> that the <a class="mod" href="../Aura/index.html">Aura</a> has been applied to.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/GetStackAmount.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ <h1 class='fqn'>
6969
<div class='docblock'>
7070
<p>Returns the number of times the <a class="mod" href="../Aura/index.html">Aura</a> has "stacked".</p>
7171
<p>This is the same as the number displayed on the <a class="mod" href="../Aura/index.html">Aura</a>'s icon in-game.</p>
72-
72+
73+
7374
<h2 id="synopsis" class='section-header'>
7475
<a href="#synopsis">Synopsis</a>
7576
</h2>

Aura/Remove.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Remove this <a class="mod" href="../Aura/index.html">Aura</a> from the <a class="mod" href="../Unit/index.html">Unit</a> it is applied to.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

Aura/SetDuration.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Change the amount of time before the <a class="mod" href="../Aura/index.html">Aura</a> expires.</p>
71-
71+
72+
7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>
7475
</h2>

0 commit comments

Comments
 (0)