Removed documentation for cChatColour:MakeColor()
This commit is contained in:
parent
8c91f7062a
commit
8c6337ff20
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
-- APIDesc.lua
|
-- APIDesc.lua
|
||||||
|
|
||||||
-- Contains the API objects' descriptions
|
-- Contains the API objects' descriptions
|
||||||
@ -308,18 +307,15 @@ g_APIDesc =
|
|||||||
A wrapper class for constants representing colors or effects.
|
A wrapper class for constants representing colors or effects.
|
||||||
]],
|
]],
|
||||||
|
|
||||||
Functions =
|
Functions = {},
|
||||||
{
|
|
||||||
MakeColor = { Params = "ColorCodeConstant", Return = "string", Notes = "Creates the complete color-code-sequence from the color or effect constant" },
|
|
||||||
},
|
|
||||||
Constants =
|
Constants =
|
||||||
{
|
{
|
||||||
Black = { Notes = "" },
|
Black = { Notes = "" },
|
||||||
Blue = { Notes = "" },
|
Blue = { Notes = "" },
|
||||||
Bold = { Notes = "" },
|
Bold = { Notes = "" },
|
||||||
Color = { Notes = "The first character of the color-code-sequence, §" },
|
Color = { Notes = "The first character of the color-code-sequence, <EFBFBD>" },
|
||||||
DarkPurple = { Notes = "" },
|
DarkPurple = { Notes = "" },
|
||||||
Delimiter = { Notes = "The first character of the color-code-sequence, §" },
|
Delimiter = { Notes = "The first character of the color-code-sequence, <EFBFBD>" },
|
||||||
Gold = { Notes = "" },
|
Gold = { Notes = "" },
|
||||||
Gray = { Notes = "" },
|
Gray = { Notes = "" },
|
||||||
Green = { Notes = "" },
|
Green = { Notes = "" },
|
||||||
|
Loading…
Reference in New Issue
Block a user