System Functions - Lojemiru/Loj-Hadron-Collider GitHub Wiki

System functions are generally for setup and configuration. They are not intended to be run more than once at startup.


lhc_init

Initializes global data structures for the Loj Hadron Collider. This must be called before the Loj Hadron Collider can be used. It is recommended that you run this function in your global startup script.

Syntax:

lhc_init();

Returns: N/A