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: [onPlayerEquipHandItem](https://gothicmultiplayerteam.gitlab.io/docs/0
## Parameters
* `dict` **kwargs**:
* `int` **playerid**: the id of the player who gets an item to his hand.
* `int` **hand**: the id of the hand in which player holds item. For more information see **TBD**.
* `int` **hand**: the id of the hand in which player holds item. For more information see [Hand](../../constants/hand.md).
* `str` **str | null**: instance: the item instance from Daedalus scripts.
## Usage