From 71b62214421608d254e8d614abe9d865dc021626 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs <me@danielgibbs.co.uk> Date: Sun, 27 Dec 2015 22:59:09 +0000 Subject: [PATCH] Added function name details --- functions/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functions/README.md b/functions/README.md index bb76d811c..2b3ffc9bd 100644 --- a/functions/README.md +++ b/functions/README.md @@ -2,3 +2,15 @@ These functions are universal functions that work in all scripts. +<h2>Function Names</h2> +Functions have been named to give an idea of what the function does + +* core: Essential functions that are will always run first. +* command: Primary command function. +* check: Runs checks that will either halt on or fix an issue. +* dev: development functions. +* fix: Applies a game server specific fix. +* info: retrieves information from a source such as config file or the OS. +* install: Functions related to the installer. +* monitor: Functions related to monitor. +* update: Functions that update the game server. \ No newline at end of file