Available since Version 1.0.
The Server.CurrentMod table provides variables for managing and retrieving information about the current mod on the server.
Variables
| Variable Name | Type | Description |
|---|---|---|
internalName |
string | The internal name of the current mod. |
title |
string | The display title of the current mod. |
description |
string | A description of the current mod. |
version |
string | The version of the current mod. |
entryPoint |
string | The entry point script of the current mod. |
debug |
boolean | Whether the current mod is in debug mode. |
Methods
This table does not have any methods.