Skip to main content

The "sys_option_init" Function

Syntax#

sys_option_init();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Automatically run by option scripts. Assigns an ID to the running option and tests whether the option should be performed, returning true or false based on the result.

As this script is run automatically by option scripts, it is never necessary to run sys_option_init manually.