From a4393dbf6cfe2dbc6fadbd0b031de77208b90361 Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Sat, 14 Dec 2013 16:40:51 +0100 Subject: Documented cTNTEntity. --- MCServer/Plugins/APIDump/APIDesc.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'MCServer') diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 75d5c011f..b7dddec05 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -1862,6 +1862,17 @@ end }, }, -- cServer + cTNTEntity = + { + Desc = "This class manages a TNT entity.", + Functions = + { + GetCounterTime = { Return = "number", Notes = "Returns the time until the entity explodes." }, + GetMaxFuseTime = { Return = "number", Notes = "Returns how long the fuse was." }, + }, + Inherits = "cEntity", + }, + cTracer = { Desc = [[ -- cgit v1.2.3