7 lines
539 B
Markdown
7 lines
539 B
Markdown
**Original:** [General](https://gothicmultiplayerteam.gitlab.io/docs/0.3.0/script-reference/shared-constants/general/)
|
|
|
|
|Name |Description |
|
|
|-- | --|
|
|
|DEBUG_MODE |Represents debug mode state. |
|
|
|CLIENT_SIDE |`true` if parsed script is on client-side, otherwise `false`. |
|
|
|SERVER_SIDE |`true` if parsed script is on server-side, otherwise `false`. | |