summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-12-01 09:50:34 +0100
committerMattes D <github@xoft.cz>2014-12-01 09:50:34 +0100
commit36500f88b279c73c6110762260f46a7cd706d7f8 (patch)
tree4e7b9219d5e2151beba3e818fe67eadb91611ceb /MCServer
parentDistortedHeightmap: Added missing initialization. (diff)
parentRemoved old StringToMobType() function from Monster.cpp (diff)
downloadcuberite-36500f88b279c73c6110762260f46a7cd706d7f8.tar
cuberite-36500f88b279c73c6110762260f46a7cd706d7f8.tar.gz
cuberite-36500f88b279c73c6110762260f46a7cd706d7f8.tar.bz2
cuberite-36500f88b279c73c6110762260f46a7cd706d7f8.tar.lz
cuberite-36500f88b279c73c6110762260f46a7cd706d7f8.tar.xz
cuberite-36500f88b279c73c6110762260f46a7cd706d7f8.tar.zst
cuberite-36500f88b279c73c6110762260f46a7cd706d7f8.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 9b87781a6..731248805 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2928,7 +2928,7 @@ end
StringToDamageType = {Params = "string", Return = "{{Globals#DamageType|DamageType}}", Notes = "Converts a string representation to a {{Globals#DamageType|DamageType}} enumerated value."},
StringToDimension = {Params = "string", Return = "{{Globals#WorldDimension|Dimension}}", Notes = "Converts a string representation to a {{Globals#WorldDimension|Dimension}} enumerated value"},
StringToItem = {Params = "string, {{cItem|cItem}}", Return = "bool", Notes = "Parses the given string and sets the item; returns true if successful"},
- StringToMobType = {Params = "string", Return = "{{cMonster#MobType|MobType}}", Notes = "Converts a string representation to a {{cMonster#MobType|MobType}} enumerated value"},
+ StringToMobType = {Params = "string", Return = "{{cMonster#MobType|MobType}}", Notes = "<b>DEPRECATED!</b> Please use cMonster:StringToMobType(). Converts a string representation to a {{cMonster#MobType|MobType}} 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 = "Trims whitespace at both ends of the string"},
md5 = {Params = "string", Return = "string", Notes = "converts a string to an md5 hash"},