1
0

Updated APIDoc (#3985)

This commit is contained in:
Lukas Pioch
2017-09-07 10:33:46 +02:00
committed by Mattes D
parent 104f9e127b
commit ed7adef1ca
5 changed files with 37 additions and 110 deletions

View File

@@ -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 =