MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | int program_time() | ||||
3 | int program_time(object ob) | ||||
4 | |||||
5 | DESCRIPTION | ||||
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 | |||||
16 | SEE ALSO | ||||
17 | object_time(E), program_name(E) |