docs: Added docs for constants

This commit is contained in:
AURUMVORXX
2024-11-05 19:36:53 +03:00
parent c66a1e3238
commit 1ec6377864
19 changed files with 200 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ Original: [onPlayerDisconnect](https://gothicmultiplayerteam.gitlab.io/docs/0.3.
## Parameters
* `dict` **kwargs**:
* `int` **playerid**: he id of the player who disconnected from the server.
* `int` **reason**: the reason why player got disconnected. For more information see **TBD**.
* `int` **reason**: the reason why player got disconnected. For more information see [Network](../../constants/network.md).
## Usage
```python