29 lines
546 B
Plaintext
29 lines
546 B
Plaintext
|
|
REMOVE_SKY_EVENT(1) REMOVE_SKY_EVENT(1)
|
|
|
|
NAME
|
|
remove_sky_event() - removes a sky event set up by
|
|
add_sky_event()
|
|
|
|
SYNOPSIS
|
|
void remove_sky_event(function f)
|
|
|
|
DESCRIPTION
|
|
Removes a sky event set up by the add_sky_event function.
|
|
|
|
NOTES
|
|
This function will not work under the new function pointer
|
|
structure.
|
|
|
|
LOCATION
|
|
/secure/sefun/time.c
|
|
|
|
SEE ALSO
|
|
add_sky_event()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|