blob: 62f95b7c741f6b9b60071de1e579b625560d6c05 [file] [log] [blame]
Zesstrab6ac9f62020-01-21 11:11:16 +01001SYNOPSIS
2 int get_eval_cost()
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Returns the remaining evaluation cost the current
6 execution (the current command) may use up.
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra715ec202025-07-09 22:18:31 +02008 It starts at a driver given high value and
9 is reduced with each executed statement.
MG Mud User88f12472016-06-24 23:31:02 +020010
Zesstra715ec202025-07-09 22:18:31 +020011HISTORY
12 The initial value was made available as macro in LDMud 3.2.6.
MG Mud User88f12472016-06-24 23:31:02 +020013
Zesstra715ec202025-07-09 22:18:31 +020014SEE ALSO
Zesstrab6ac9f62020-01-21 11:11:16 +010015 rusage(E), command(E), query_limits(E)