diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 14:25:03 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 14:25:03 +0100 |
commit | 8c6337ff202d81b65cb45b81c60b5d780853e6e7 (patch) | |
tree | 24ac146cb280cd77a68357cce156e44f5cc11583 /MCServer/Plugins/APIDump | |
parent | fixed compile? (diff) | |
download | cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.tar cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.tar.gz cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.tar.bz2 cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.tar.lz cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.tar.xz cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.tar.zst cuberite-8c6337ff202d81b65cb45b81c60b5d780853e6e7.zip |
Diffstat (limited to '')
-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 = "" }, |