summaryrefslogtreecommitdiffstats
path: root/source/rainerscript/functions/idx_module_functions.rst
blob: 1998b56390a3644c61f189e4e2742615f8a69689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
****************
Module Functions
****************

You can make module functions accessible for the configuration by loading the
corresponding module. Once they are loaded, you can use them like any other
rainerscript function. If more than one function are part of the same module,
all functions will be available once the module is loaded.


.. toctree::
   :glob:
   :maxdepth: 1

   mo*