blob: 62a6297fda2a9616ef320d2e3c540bf9e8689cb3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int program_time()
3 int program_time(object ob)
4
5DESCRIPTION
6 Returns the creation (compilation) time of the object's
7 program. In other words, this is the object_time() of
8 the blueprint.
9
10 Default is this_object(), if no arg is given.
11
12
13 CAVEAT: If the objects program is swapped out, this efun
14 swaps it back in.
15
16SEE ALSO
17 object_time(E), program_name(E)