From 64a1ba161dd103eafbf7e751b0d313ba155e3c1c Mon Sep 17 00:00:00 2001 From: Foereaper Date: Sun, 3 Nov 2024 20:00:08 +0000 Subject: [PATCH] Update Eluna documentation --- Player/RunCommand.html | 165 +++++++++++++++++++++++++++++++++++++++++ Player/index.html | 9 +++ Player/sidebar.js | 1 + date.js | 2 +- search-index.js | 1 + 5 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 Player/RunCommand.html diff --git a/Player/RunCommand.html b/Player/RunCommand.html new file mode 100644 index 00000000..84a40423 --- /dev/null +++ b/Player/RunCommand.html @@ -0,0 +1,165 @@ + + + + + + + + + Player:RunCommand - Eluna + + + + + + + + + + + + + + + +
+

+ Method + Player:RunCommand + + + [-] + [+] + + +

+ + +
+

Runs a command as the Player.

+ + +

+ Synopsis +

+

+ Player:RunCommand( command ) +

+ +

+ Arguments +

+

+

+
string command
+

The command to run.

+
+

+ +

+ Returns +

+

+ Nothing. +

+
+ +
+ + + + + + + + + + + + +
Generated on
+
© 2010 - 2024 Eluna Lua Engine
+ + \ No newline at end of file diff --git a/Player/index.html b/Player/index.html index 51813225..3101011c 100644 --- a/Player/index.html +++ b/Player/index.html @@ -1822,6 +1822,15 @@

Methods

Rewards the given quest entry for the Player if he has completed it.

+ + + + RunCommand + + +

Runs a command as the Player.

+ + diff --git a/Player/sidebar.js b/Player/sidebar.js index 1c966776..3b0f6cd4 100644 --- a/Player/sidebar.js +++ b/Player/sidebar.js @@ -193,6 +193,7 @@ document.write(` ResetTypeCooldowns ResurrectPlayer RewardQuest + RunCommand SaveToDB Say SendAddonMessage diff --git a/date.js b/date.js index d7ccd32d..12aacb5c 100644 --- a/date.js +++ b/date.js @@ -1 +1 @@ -document.write("03/10/2024"); \ No newline at end of file +document.write("03/11/2024"); \ No newline at end of file diff --git a/search-index.js b/search-index.js index 6bcf39ba..9a779e37 100644 --- a/search-index.js +++ b/search-index.js @@ -675,6 +675,7 @@ searchIndex["Aura"] = { [3, "ResetTypeCooldowns", "", "Resets cooldown of the specified category"], [3, "ResurrectPlayer", "", "Resurrects the Player."], [3, "RewardQuest", "", "Rewards the given quest entry for the Player if he has completed it."], + [3, "RunCommand", "", "Runs a command as the Player."], [3, "SaveToDB", "", "Saves the Player to the database"], [3, "Say", "", "Sends say text from the Player"], [3, "SendAddonMessage", "", "Sends addon message to the Player receiver"],