diff options
Diffstat (limited to 'Server/Plugins/APIDump/Classes/Projectiles.lua')
-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 = |