Files
PyG2O/docs/constants/general.md
2025-04-15 13:13:31 +03:00

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`. |