Updated documentation again.
This commit is contained in:
parent
6b1f7e7a45
commit
c138d19c31
@ -63,10 +63,10 @@ return
|
|||||||
{
|
{
|
||||||
IsActive = { Params = "", Return = "bool", Notes = "Is the beacon active?" },
|
IsActive = { Params = "", Return = "bool", Notes = "Is the beacon active?" },
|
||||||
GetBeaconLevel = { Params = "", Return = "number", Notes = "Returns the beacon level. (0 - 4)" },
|
GetBeaconLevel = { Params = "", Return = "number", Notes = "Returns the beacon level. (0 - 4)" },
|
||||||
GetPrimaryEffect = { Params = "", Return = "EffectType", Notes = "Returns the primary potion." },
|
GetPrimaryEffect = { Params = "", Return = "EffectType", Notes = "Returns the primary effect." },
|
||||||
GetSecondaryEffect = { Params = "", Return = "EffectType", Notes = "Returns the secondary potion." },
|
GetSecondaryEffect = { Params = "", Return = "EffectType", Notes = "Returns the secondary effect." },
|
||||||
SelectPrimaryEffect = { Params = "EffectType", Return = "bool", Notes = "Select the primary effect. Returns false when the effect is invalid." },
|
SetPrimaryEffect = { Params = "EffectType", Return = "bool", Notes = "Select the primary effect. Returns false when the effect is invalid." },
|
||||||
SelectSecondaryEffect = { Params = "EffectType", Return = "bool", Notes = "Select the secondary effect. Returns false when the effect is invalid." },
|
SetSecondaryEffect = { Params = "EffectType", Return = "bool", Notes = "Select the secondary effect. Returns false when the effect is invalid." },
|
||||||
CalculatePyramidLevel = { Params = "", Return = "number", Notes = "Calculate the amount of layers the pyramid below the beacon has." },
|
CalculatePyramidLevel = { Params = "", Return = "number", Notes = "Calculate the amount of layers the pyramid below the beacon has." },
|
||||||
IsBeaconBlocked = { Params = "", Return = "bool", Notes = "Is the beacon blocked by non-transparent blocks that are higher than the beacon?" },
|
IsBeaconBlocked = { Params = "", Return = "bool", Notes = "Is the beacon blocked by non-transparent blocks that are higher than the beacon?" },
|
||||||
UpdateBeacon = { Params = "", Return = "", Notes = "Update the beacon." },
|
UpdateBeacon = { Params = "", Return = "", Notes = "Update the beacon." },
|
||||||
|
Loading…
Reference in New Issue
Block a user