GetTime
Jump to navigation
Jump to search
Description
This function returns the current time as two ints (hour and minute).
Syntax
getTime ()
Example
hour, min = getTime () serverChat ( "The current time is ", hour, ":", min )
This function returns the current time as two ints (hour and minute).
getTime ()
hour, min = getTime () serverChat ( "The current time is ", hour, ":", min )