Subroutines for (system-) timed events.
More...
#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>
#include <sys/resource.h>
#include <unistd.h>
|
void | check_cron (void) |
|
char * | parse_cronlist (dbref player, unsigned char *bits, int low, int high, char *bufp) |
|
int | call_cron (dbref player, dbref thing, int attrib, char *timestr) |
|
void | do_cron (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *objstr, char *timestr) |
|
int | cron_clr (dbref thing, int attr) |
|
void | do_crondel (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *objstr) |
|
void | do_crontab (dbref player, __attribute__((unused)) dbref cause, __attribute__((unused)) int key, char *objstr) |
|
void | init_timer (void) |
|
void | dispatch (void) |
|
void | do_timewarp (dbref player, dbref cause, int key, char *arg) |
|
Subroutines for (system-) timed events.
- Author
- TinyMUSH development team (https://github.com/TinyMUSH)
- Version
- 3.3
- Date
- 2021-01-04
- Copyright
- Copyright (C) 1989-2021 TinyMUSH development team. You may distribute under the terms the Artistic License, as specified in the COPYING file.