Skip to content

Commit 65691c3

Browse files
authored
Merge pull request #25 from ElunaLuaEngine/master-2024-04-04_22-35
Update Eluna documentation
2 parents f531cee + d2c3ce0 commit 65691c3

18 files changed

Lines changed: 18 additions & 1 deletion

Group/AddMember.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Adds a new member to the <a class="mod" href="../Group/index.html">Group</a></p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Group/ConvertToLFG.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Converts the <a class="mod" href="../Group/index.html">Group</a> to a LFG group</p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Group/ConvertToRaid.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Converts this <a class="mod" href="../Group/index.html">Group</a> to a raid <a class="mod" href="../Group/index.html">Group</a></p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Group/Disband.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Disbands this <a class="mod" href="../Group/index.html">Group</a></p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Group/RemoveMember.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Removes a <a class="mod" href="../Player/index.html">Player</a> from this <a class="mod" href="../Group/index.html">Group</a> and returns 'true' if successful</p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172
<pre>
7273
enum RemoveMethod
7374
{

Group/SetLeader.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Sets the leader of this <a class="mod" href="../Group/index.html">Group</a></p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Group/SetMemberFlag.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Sets or removes a flag for a <a class="mod" href="../Group/index.html">Group</a> member</p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172
<pre>
7273
enum GroupMemberFlags
7374
{

Group/SetMembersGroup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Sets the member's subGroup</p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Group/SetTargetIcon.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h1 class='fqn'>
6868

6969
<div class='docblock'>
7070
<p>Sets the target icon of an object for the <a class="mod" href="../Group/index.html">Group</a></p>
71+
<p>In multistate, this method is only available in the WORLD state</p>
7172

7273
<h2 id="synopsis" class='section-header'>
7374
<a href="#synopsis">Synopsis</a>

Guild/AddMember.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ <h1 class='fqn'>
6969
<div class='docblock'>
7070
<p>Adds the specified <a class="mod" href="../Player/index.html">Player</a> to the <a class="mod" href="../Guild/index.html">Guild</a> at the specified rank.</p>
7171
<p>If no rank is specified, defaults to none.</p>
72+
<p>In multistate, this method is only available in the WORLD state</p>
7273

7374
<h2 id="synopsis" class='section-header'>
7475
<a href="#synopsis">Synopsis</a>

0 commit comments

Comments
 (0)