Skip to content

nut.date

Brian edited this page Jun 11, 2015 · 1 revision

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.
Clone this wiki locally