blob: 5af4d9b2fd89c730f956b4b50fa841e1a7903e16 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int program_time()
Zesstra715ec202025-07-09 22:18:31 +02003 int program_time(object|lwobject ob)
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Returns the creation (compilation) time of the object's
7 program. Default is this_object(), if no arg is given.
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009 CAVEAT: If the objects program is swapped out, this efun
10 swaps it back in.
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra715ec202025-07-09 22:18:31 +020012SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020013 object_time(E), program_name(E)