diff options
author | Alexander Harkness <me@bearbin.net> | 2015-10-31 23:32:50 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-10-31 23:32:50 +0100 |
commit | cb551e9512e3a30eb3e5eada7826d904afdbf9c0 (patch) | |
tree | 8e91bea9251a348dcce23b7981c094305145508f /Server/Plugins/APIDump | |
parent | Fixed help text again, another part had changed. (diff) | |
download | cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.tar cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.tar.gz cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.tar.bz2 cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.tar.lz cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.tar.xz cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.tar.zst cuberite-cb551e9512e3a30eb3e5eada7826d904afdbf9c0.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 284521c0a..33d351104 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -1824,7 +1824,7 @@ a_Player:OpenWindow(Window); GetHealth = { Return = "number" }, AddEntityEffect = { Params = "{{cEntityEffect|EffectType}}", Return = "", Notes = "Applies an entity effect" }, RemoveEntityEffect = { Params = "{{cEntityEffect|EffectType}}", Return = "", Notes = "Removes a currently applied entity effect" }, - HasEntityEffect = { Return = "bool", Params = "{{cEntityEffect|EffectType}}", Notes = "Returns true, if the supplied entity effect type is currently applied" } + HasEntityEffect = { Return = "bool", Params = "{{cEntityEffect|EffectType}}", Notes = "Returns true, if the supplied entity effect type is currently applied" }, ClearEntityEffects = { Return = "", Notes = "Removes all currently applied entity effects" }, }, Inherits = "cEntity", |