27 lines
588 B
Plaintext
27 lines
588 B
Plaintext
|
|
YEAR(1) YEAR(1)
|
|
|
|
NAME
|
|
year() - returns the year for a given time
|
|
|
|
SYNOPSIS
|
|
int year(int x)
|
|
|
|
DESCRIPTION
|
|
Given a time integer as an argument, this function returns
|
|
the MUD year for that time.
|
|
|
|
EXAMPLES
|
|
o year(time()) returns the MUD year today, which at the
|
|
time of this document happens to be 14.
|
|
|
|
SEE ALSO
|
|
date(), day(), hour(), minutes(), month(), query_night(),
|
|
season()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|