lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

637 B

Linux Game Server Manager - Functions

These functions are universal functions that work in all scripts.

Function Names

Functions have been named to give an idea of what the function does.

  • core: Essential functions that 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.