diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-09-07 10:33:46 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-09-07 10:33:46 +0200 |
commit | ed7adef1ca277c0eaef3be840be6b9ee456c04b8 (patch) | |
tree | a207cddc5a097c86fc9aa1e1a6c762b8c5096c18 /Server/Plugins/APIDump/Classes | |
parent | Changed some int parameters to vector parameters (#3937) (diff) | |
download | cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.tar cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.tar.gz cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.tar.bz2 cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.tar.lz cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.tar.xz cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.tar.zst cuberite-ed7adef1ca277c0eaef3be840be6b9ee456c04b8.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Projectiles.lua | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/Server/Plugins/APIDump/Classes/Projectiles.lua b/Server/Plugins/APIDump/Classes/Projectiles.lua index a62779960..02ee01a1f 100644 --- a/Server/Plugins/APIDump/Classes/Projectiles.lua +++ b/Server/Plugins/APIDump/Classes/Projectiles.lua @@ -340,22 +340,12 @@ return ]], Functions = { - GetEntityEffect = - { - Returns = - { - { - Type = "cEntityEffect", - }, - }, - Notes = "Returns the entity effect in this potion", - }, GetEntityEffectType = { Returns = { { - Type = "cEntityEffect", + Type = "cEntityEffect#eType", }, }, Notes = "Returns the effect type of this potion", @@ -380,17 +370,6 @@ return }, Notes = "Returns the color index of the particles emitted by this potion", }, - SetEntityEffect = - { - Params = - { - { - Name = "EntityEffect", - Type = "cEntityEffect", - }, - }, - Notes = "Sets the entity effect for this potion", - }, SetEntityEffectType = { Params = |