Skip to content

Commit 3aa9586

Browse files
authored
Merge pull request #55 from ElunaLuaEngine/master-2025-06-05_21-12
Update Eluna documentation
2 parents 783804b + 98b9aa0 commit 3aa9586

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

WorldObject/RegisterEvent.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ <h1 class='fqn'>
9898
worldobject:RegisterEvent(Timed, 1000, 5) -- do it after 1 second 5 times
9999
worldobject:RegisterEvent(Timed, {1000, 10000}, 0) -- do it after 1 to 10 seconds forever
100100
</code></pre>
101-
<p>In multistate, this method is only available in the MAP states</p>
102101

103102

104103
<h2 id="synopsis" class='section-header'>

WorldObject/RemoveEventById.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ <h1 class='fqn'>
8888

8989
<div class='docblock'>
9090
<p>Removes the timed event from a <a class="mod" href="../WorldObject/index.html">WorldObject</a> by the specified event ID</p>
91-
<p>In multistate, this method is only available in the MAP states</p>
9291

9392

9493
<h2 id="synopsis" class='section-header'>

WorldObject/RemoveEvents.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ <h1 class='fqn'>
8888

8989
<div class='docblock'>
9090
<p>Removes all timed events from a <a class="mod" href="../WorldObject/index.html">WorldObject</a></p>
91-
<p>In multistate, this method is only available in the MAP states</p>
9291

9392

9493
<h2 id="synopsis" class='section-header'>

date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
document.write("26/05/2025");
1+
document.write("05/06/2025");

0 commit comments

Comments
 (0)