diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-12-01 14:58:13 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-12-01 14:58:13 +0100 |
commit | bcbd73f7d80b0a64b87c30840048f99613308ce0 (patch) | |
tree | 5a2c61db0c715774fbc8a55918cdcd57c405c1aa /MCServer | |
parent | Merge branch 'master' into MobSpawner (diff) | |
download | cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.gz cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.bz2 cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.lz cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.xz cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.tar.zst cuberite-bcbd73f7d80b0a64b87c30840048f99613308ce0.zip |
Diffstat (limited to 'MCServer')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index ecb8f6226..72dcce5e4 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -1673,7 +1673,7 @@ a_Player:OpenWindow(Window); GetMobType = { Params = "", Return = "{{Globals#MobType|MobType}}", Notes = "Returns the type of this mob ({{Globals#MobType|mtXXX}} constant)" }, GetSpawnDelay = { Params = "{{cMonster#MobFamily|MobFamily}}", Return = "number", Notes = "(STATIC) Returns the spawn delay - the number of game ticks between spawn attempts - for the specified mob family." }, MobTypeToString = { Params = "{{Globals#MobType|MobType}}", Return = "string", Notes = "(STATIC) Returns the string representing the given mob type ({{Globals#MobType|mtXXX}} constant), or empty string if unknown type." }, - MobTypeToVanillaName = { Params = "{{Globals#MobType|MobType}}", Return = "string", Notes = "(STATIC) Returns the correct vanilla name of the given mob type, or empty string if unknown type." }, + MobTypeToVanillaName = { Params = "{{Globals#MobType|MobType}}", Return = "string", Notes = "(STATIC) Returns the vanilla name of the given mob type, or empty string if unknown type." }, MoveToPosition = { Params = "Position", Return = "", Notes = "Moves mob to the specified position" }, StringToMobType = { Params = "string", Return = "{{Globals#MobType|MobType}}", Notes = "(STATIC) Returns the mob type ({{Globals#MobType|mtXXX}} constant) parsed from the string type (\"creeper\"), or mtInvalidType if unrecognized." }, GetRelativeWalkSpeed = { Params = "", Return = "number", Notes = "Returns the relative walk speed of this mob. Standard is 1.0" }, |