Fcount()

From TinyMUX
Revision as of 23:47, 31 January 2006 by Brazil (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Function: fcount([expression])

Without an expression, this function returns the number of function invocation since the beginning of the queue cycle. With an expression, this function returns the number of function invocations used by the expression. Softcode can use this result to guage its distance from the configured function invocation limit.

Related Topics

fdepth(), function_invocation_limit