PublicHax Posted June 5, 2021 Posted June 5, 2021 Description os.clock - Returns the time in seconds with millisecond precision since script started. Syntax Snap to window: no. Working with a minimized window: yes. os.clock () Examples of --lua log (os.clock ()) - seconds elapsed since the pilot was started --lua local t = os.clock () + 3 while t> os.clock () do - fulfill the condition for 3 seconds log (111) wait (100) end
Recommended Posts
Archived
This topic is now archived and is closed to further replies.