summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-07-14 01:10:01 +0200
committerarchshift <admin@archshift.com>2014-07-14 01:10:01 +0200
commit554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5 (patch)
tree7349f1efabdefd8cdb1863de6a15923dcf8ea1b2
parentEntityEffect: Inlined functions, added explicit copy constructor and operator. (diff)
downloadcuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.tar
cuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.tar.gz
cuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.tar.bz2
cuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.tar.lz
cuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.tar.xz
cuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.tar.zst
cuberite-554e1c0dd3cedbcb4035d8ffa7351d56bee5dfb5.zip
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnEntityAddEffect.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnEntityAddEffect.lua b/MCServer/Plugins/APIDump/Hooks/OnEntityAddEffect.lua
index 423a2200b..1d1658a6f 100644
--- a/MCServer/Plugins/APIDump/Hooks/OnEntityAddEffect.lua
+++ b/MCServer/Plugins/APIDump/Hooks/OnEntityAddEffect.lua
@@ -18,7 +18,6 @@ return
{ Name = "EffectType", Type = "number", Notes = "The type of the effect to be added. One of the effXXX constants." },
{ Name = "EffectDuration", Type = "number", Notes = "The duration of the effect to be added, in ticks." },
{ Name = "EffectIntensity", Type = "number", Notes = "The intensity (level) of the effect to be added. " },
- { Name = "Originator", Type = "{{cEntity}}", Notes = "The entity who originated the effect (threw the potion, the cavespider that used poison bite, etc.) May be nil if there's no originator associated with the effect. " },
{ Name = "DistanceModifier", Type = "number", Notes = "The modifier for the effect intensity, based on distance. Used mainly for splash potions." },
},
Returns = [[