| |
- do_olc(...)
- do_olc(sock, menu_func, chooser_func, parse_func, saver_func, data, autosave=False)
Entry point to the olc system. See olc2/olc.h for documentation.
- extend(...)
- extend(olc_type, optname, menu_func, chooser_func, parse_func = None,
fromproto_func = None, toproto_func = None)
Register a new olc menu extender. Types are medit, redit, oedit, pcedit, accedit, zedit. See
olc2/olc_extender.h for documentation.
- item_add_olc(...)
- item_add_olc(itemtype, menu_func, chooser_func, parse_func,
fromproto_func, toproto_func)
Register a new olc handler for an item type. See items/iedit.h for
documentation.
|