nut.date - Chessnut/NutScript GitHub Wiki

This library handles the in-game date system.

Method

  • nut.date.restore()
  • A server-side function to load the date from a previous session.
  • nut.date.get()
  • Returns the in-game date as a time stamp.
  • nut.date.send(client)
  • Synchronizes a player's in-game date with the actual in-game date.