Add new tnt documentation
This commit is contained in:
parent
f5e374be41
commit
baeff21a5b
@ -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",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user