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,8 +6,8 @@ Original: [onPlayerChangeWeaponMode](https://gothicmultiplayerteam.gitlab.io/doc
## Parameters
* `dict` **kwargs**:
* `int` **playerid**: the id of the player which changes the weapon mode.
* `int` **oldWeaponMode**: the old weapon mode which was used by the player. For more information see **TBD**.
* `int` **newWeaponMode**: the new weapon mode in which player is currently using. For more information see **TBD**.
* `int` **oldWeaponMode**: the old weapon mode which was used by the player. For more information see [Weapon mode](../../constants/weapon-mode.md).
* `int` **newWeaponMode**: the new weapon mode in which player is currently using. For more information see [Weapon mode](../../constants/weapon-mode.md).
## Usage
```python