summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-26 19:54:51 +0200
committermadmaxoft <github@xoft.cz>2013-10-26 19:54:51 +0200
commit73e7d213878ca4ae8b89d1d999b6d80f487c6a27 (patch)
treea42a4916e21bc55ad283adcc21485fd3dda600b5 /MCServer/Plugins/APIDump/APIDesc.lua
parentMerge branch 'IniFileCleanup' (diff)
downloadcuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.tar
cuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.tar.gz
cuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.tar.bz2
cuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.tar.lz
cuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.tar.xz
cuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.tar.zst
cuberite-73e7d213878ca4ae8b89d1d999b6d80f487c6a27.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index b60a6f746..dfada998f 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -1716,9 +1716,10 @@ a_Player:OpenWindow(Window);
GetAge = { Params = "", Return = "number", Notes = "Returns the number of ticks that the pickup has existed." },
GetItem = { Params = "", Return = "{{cItem|cItem}}", Notes = "Returns the item represented by this pickup" },
IsCollected = { Params = "", Return = "bool", Notes = "Returns true if this pickup has already been collected (is waiting to be destroyed)" },
+ IsPlayerCreated = { Params = "", Return = "bool", Notes = "Returns true if the pickup was created by a player" },
},
Inherits = "cEntity",
- },
+ }, -- cPickup
cPlayer =
{