docs: Added DamageDescription class

+ fix for string -> str format in the ItemGround  docs
This commit is contained in:
AURUMVORXX
2024-11-06 11:23:17 +03:00
parent fa24d77ea6
commit d235a28a1d
4 changed files with 35 additions and 2 deletions

View File

@@ -8,13 +8,13 @@ class ItemGround(sqg2o.ItemGround):
## `int` id *(read-only)*
Represents the unique id of the item ground.
## `string` instance *(read-only)*
## `str` instance *(read-only)*
Represents the item instance of the item ground.
## `int` amount *(read-only)*
Represents the item amount of item ground.
## `string` world *(read-only)*
## `str` world *(read-only)*
Represents the item ground world (.ZEN file path).
## `int` virtualWorld