diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 16:55:15 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 16:55:15 +0100 |
commit | f2d2b4fecbb09150332d390412e55161e247b89b (patch) | |
tree | 85c19a2161f493efce0efee36f7f7569b644a143 /MCServer | |
parent | Merge pull request #466 from Sxw1212/master (diff) | |
parent | removed the function def also (diff) | |
download | cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.gz cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.bz2 cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.lz cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.xz cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.zst cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.zip |
Diffstat (limited to 'MCServer')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 5bc4a5f39..d69dd14cd 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -1,4 +1,3 @@ - -- APIDesc.lua -- Contains the API objects' descriptions @@ -308,18 +307,15 @@ g_APIDesc = A wrapper class for constants representing colors or effects. ]], - Functions = - { - MakeColor = { Params = "ColorCodeConstant", Return = "string", Notes = "Creates the complete color-code-sequence from the color or effect constant" }, - }, + Functions = {}, Constants = { Black = { Notes = "" }, Blue = { Notes = "" }, Bold = { Notes = "" }, - Color = { Notes = "The first character of the color-code-sequence, §" }, + Color = { Notes = "The first character of the color-code-sequence, �" }, DarkPurple = { Notes = "" }, - Delimiter = { Notes = "The first character of the color-code-sequence, §" }, + Delimiter = { Notes = "The first character of the color-code-sequence, �" }, Gold = { Notes = "" }, Gray = { Notes = "" }, Green = { Notes = "" }, |