summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-09-22 15:54:33 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2013-09-22 15:54:33 +0200
commit34f94cdc913afa8a72227c52bca3e5210b0d005d (patch)
tree38203ebf7e8d48b7558fd237a29237ddb9a0079b /MCServer
parentAPIDump: Documented the globals. (diff)
downloadcuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.tar
cuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.tar.gz
cuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.tar.bz2
cuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.tar.lz
cuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.tar.xz
cuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.tar.zst
cuberite-34f94cdc913afa8a72227c52bca3e5210b0d005d.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua1
1 files changed, 1 insertions, 0 deletions
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 =