feat: Added python binding to all functions
+ added docs to all functions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user