Add new docs for FuncParser

This commit is contained in:
Griatch 2021-03-17 20:52:51 +01:00
parent f445f34356
commit 8c3910a033
3 changed files with 228 additions and 1 deletions

View file

@ -614,7 +614,7 @@ INLINEFUNC_STACK_MAXSIZE = 20
INLINEFUNC_MODULES = ["evennia.utils.inlinefuncs", "server.conf.inlinefuncs"]
# Module holding handlers for ProtFuncs. These allow for embedding
# functional code in prototypes and has the same syntax as inlinefuncs.
PROTOTYPEFUNC_MODULES = ["evennia.utils.prototypefuncs", "server.conf.prototypefuncs"]
PROTOTYPEFUNC_MODULES = ["evennia.prototypes.protfuncs", "server.conf.prototypefuncs"]
######################################################################
# Global Scripts