Documented cTNTEntity.

master
STRWarrior 2013-12-14 16:40:51 +01:00
parent 3bf65e986b
commit a4393dbf6c
1 changed files with 11 additions and 0 deletions

View File

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