feat: changes due to G2O 0.3.0.6

+ added function getPlayerUID
+ changed event onPlayerSpellCast
This commit is contained in:
AURUMVORXX
2024-12-23 17:48:17 +03:00
parent cbd432a1e7
commit 74ad2e6abc
8 changed files with 26 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ Original: [onPlayerSpellCast](https://gothicmultiplayerteam.gitlab.io/docs/0.3.0
* `dict` **kwargs**:
* `int` **playerid**: the id of the player who casts the spell.
* `str | null` **instance**: the item instance from Daedalus scripts.
* `int` **spellLevel**: the level of charged spell.
## Usage
```python

View File

@@ -0,0 +1,2 @@
#`function` getPlayerUID
::: g2o.functions.player.getPlayerUID