feat: Added python binding to all functions

+ added docs to all functions
This commit is contained in:
AURUMVORXX
2024-11-09 20:16:25 +03:00
parent c561368b4f
commit ae0889e927
162 changed files with 2725 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
* `addEventHandler` replaced with decorator [event](events/event.md)
* `addEventHandler` replaced with decorator [event](functions/event/event.md)
```python
@g2o.event('onInit')
def evtInitFirst(**kwargs):
@@ -92,4 +92,6 @@ def evtDrop(**kwargs):
* `getPlayerRangedWeapon`
* `getPlayerRing`
* `getPlayerShield`
* `getPlayerSpell`
* `getPlayerSpell`
---
* `ItemsGround.getById` throws an exception instead of returning `null` if there's no item with given ID