From 34f94cdc913afa8a72227c52bca3e5210b0d005d Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Sun, 22 Sep 2013 15:54:33 +0200 Subject: APIDump: Forgot a function in globals. --- MCServer/Plugins/APIDump/APIDesc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'MCServer/Plugins/APIDump/APIDesc.lua') diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index b8f15c638..86256e4b3 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -1693,6 +1693,7 @@ World:ForEachEntity( StringToItem = {Params = "string, {{cItem|cItem}}", Return = "bool", Notes = "Parses the given string and sets the item; returns true if successful"}, StringToMobType = {Params = "string", Return = "number", Notes = "Converts a string representation to a mob enumerated value"}, StripColorCodes = {Params = "string", Return = "string", Notes = "Removes all control codes used by MC for colors and styles"}, + TrimString = {Params = "string", Return = "string", Notes = "Trime whitespace at both ends of the string"}, md5 = {Params = "string", Return = "string", Notes = "converts a string to an md5 hash"}, }, Constants = -- cgit v1.2.3