diff options
author | Muhammad Kaisar Arkhan <accounts@yukiisbo.red> | 2018-09-24 22:32:47 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2018-09-24 22:32:47 +0200 |
commit | 73689024f0b480afb84eeb898b3c429237359cab (patch) | |
tree | a9565258f6881f0691f398dd25f9dc75850c44e2 /Server/Plugins/APIDump | |
parent | Force all headers other than "Globals.h" to be included with relative paths (#4269) (diff) | |
download | cuberite-73689024f0b480afb84eeb898b3c429237359cab.tar cuberite-73689024f0b480afb84eeb898b3c429237359cab.tar.gz cuberite-73689024f0b480afb84eeb898b3c429237359cab.tar.bz2 cuberite-73689024f0b480afb84eeb898b3c429237359cab.tar.lz cuberite-73689024f0b480afb84eeb898b3c429237359cab.tar.xz cuberite-73689024f0b480afb84eeb898b3c429237359cab.tar.zst cuberite-73689024f0b480afb84eeb898b3c429237359cab.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index b6a4ec81e..193a58285 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -8771,6 +8771,16 @@ a_Player:OpenWindow(Window); ]], Functions = { + BurnsInDaylight = + { + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns whether the mob burns in daylight.", + }, CanBeLeashed = { Returns = @@ -8990,6 +9000,17 @@ a_Player:OpenWindow(Window); }, Notes = "Sets the age of the monster", }, + SetBurnsInDaylight = + { + Params = + { + { + Name = "BurnsInDaylight", + Type = "boolean", + }, + }, + Notes = "Sets whether the mob burns in daylight. Only evaluated at next burn-decision tick", + }, SetCanBeLeashed = { Params = |