summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-09 10:24:24 +0200
committermadmaxoft <github@xoft.cz>2013-10-09 10:24:24 +0200
commit27ce6dd97e3979a36318cea28e64c6a9029dbd99 (patch)
tree5dc9e6714854b7f134e8faca3791fd5d10c3c38c /MCServer/Plugins/APIDump/APIDesc.lua
parentAPIDump: Taking advantage of the new cFile API. (diff)
downloadcuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar
cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.gz
cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.bz2
cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.lz
cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.xz
cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.zst
cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.zip
Diffstat (limited to '')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 6578e6d8b..7bef7bcfd 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2063,6 +2063,12 @@ World:ForEachEntity(
"ReadDescriptions",
"WriteHtmlClass",
},
+
+ ExtraPages =
+ {
+ -- No sorting is provided for these, they will be output in the same order as defined here
+ { FileName = "WebWorldThreads.html", Title = "Webserver vs World threads" },
+ }
} ;