GetSeconds
Gets the current seconds in a time.
The following example prints the current second in a minute
JavaScript
print("It is second " + new UtcTime().GetSeconds())
Lua
print("It is second "..tostring(UtcTime().GetSeconds()))
Gets the current seconds in a time.
The following example prints the current second in a minute
JavaScript
print("It is second " + new UtcTime().GetSeconds())
Lua
print("It is second "..tostring(UtcTime().GetSeconds()))