|
@ -3,7 +3,7 @@ |
|
|
These functions are universal functions that work in all scripts. |
|
|
These functions are universal functions that work in all scripts. |
|
|
|
|
|
|
|
|
<h2>Function Names</h2> |
|
|
<h2>Function Names</h2> |
|
|
Functions have been named to give an idea of what the function does |
|
|
Functions have been named to give an idea of what the function does. |
|
|
|
|
|
|
|
|
* core: Essential functions that are will always run first. |
|
|
* core: Essential functions that are will always run first. |
|
|
* command: Primary command function. |
|
|
* command: Primary command function. |
|
@ -13,4 +13,4 @@ Functions have been named to give an idea of what the function does |
|
|
* info: retrieves information from a source such as config file or the OS. |
|
|
* info: retrieves information from a source such as config file or the OS. |
|
|
* install: Functions related to the installer. |
|
|
* install: Functions related to the installer. |
|
|
* monitor: Functions related to monitor. |
|
|
* monitor: Functions related to monitor. |
|
|
* update: Functions that update the game server. |
|
|
* update: Functions that update the game server. |
|
|