1
0

Add new tnt documentation

This commit is contained in:
Howaner 2014-03-08 10:29:57 +01:00
parent f5e374be41
commit baeff21a5b

View File

@ -2023,8 +2023,9 @@ end
Desc = "This class manages a TNT entity.", Desc = "This class manages a TNT entity.",
Functions = Functions =
{ {
GetCounterTime = { Return = "number", Notes = "Returns the time until the entity explodes." }, Explode = { Return = "", Notes = "Explode the tnt." },
GetMaxFuseTime = { Return = "number", Notes = "Returns how long the fuse was." }, GetFuseTicks = { Return = "number", Notes = "Returns the fuse ticks (in seconds) until the tnt will explode." },
SetFuseTicks = { Return = "number", Notes = "Set the fuse ticks (in seconds) until the tnt will explode." },
}, },
Inherits = "cEntity", Inherits = "cEntity",
}, },