27 lines
573 B
Plaintext
27 lines
573 B
Plaintext
|
|
SET_EVAL_LIMIT(1) SET_EVAL_LIMIT(1)
|
|
|
|
NAME
|
|
set_eval_limit() - provides security for the
|
|
set_eval_limit() efun
|
|
|
|
SYNOPSIS
|
|
void set_eval_limit(int x)
|
|
|
|
DESCRIPTION
|
|
The MudOS efun set_eval_limit() has no security, so the
|
|
mudlib needs to prevent objects from resetting the eval
|
|
limit. This override performs this function.
|
|
|
|
LOCATION
|
|
/secure/sefun/sefun.c
|
|
|
|
SEE ALSO
|
|
the set_eval_limit() efun
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|