We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ec251 commit 252a84cCopy full SHA for 252a84c
lua/wire/gates/time.lua
@@ -318,9 +318,9 @@ GateActions["monostable"] = {
318
}
319
320
321
-GateActions["curtime"] = {
322
- name = "CurTime",
323
- description = "Outputs CurTime() when Clk is non-zero, otherwise holds last value.",
+GateActions["servertime"] = {
+ name = "Server time",
+ description = "Returns the uptime of the server in seconds when CLK is non-zero, otherwise it outputs the last saved value",
324
inputs = { "Clk" },
325
timed = true,
326
0 commit comments