summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-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 =