summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-04-05 23:31:42 +0200
committerworktycho <work.tycho@gmail.com>2017-04-05 23:31:42 +0200
commit6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2 (patch)
tree4509ebff2a5311ea126d77700c15cd577a28ef10 /Server
parentAPIDoc: Added missing IsStatic flags and corrected param types. (diff)
downloadcuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.tar
cuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.tar.gz
cuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.tar.bz2
cuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.tar.lz
cuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.tar.xz
cuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.tar.zst
cuberite-6c420ce5570ca4ac2aa5cabf80c3fa743d11ecf2.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 482c85f9e..ee9e4cf30 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -14175,27 +14175,6 @@ end
},
Notes = "Returns a copy of the string with all quotes and backslashes escaped by a backslash",
},
- GetChar =
- {
- Params =
- {
- {
- Name = "Input",
- Type = "string",
- },
- {
- Name = "Index",
- Type = "number",
- },
- },
- Returns =
- {
- {
- Type = "string",
- },
- },
- Notes = "(<b>OBSOLETE</b>, use standard Lua string.sub() instead) Returns one character from the string, specified by index. ",
- },
GetIniItemSet =
{
Params =