add cached item.has_tag, block.has_tag & update docs

This commit is contained in:
MihailRis
2025-08-31 12:55:02 +03:00
parent 185b6cc661
commit 19acda1a88
6 changed files with 43 additions and 13 deletions
+3
View File
@@ -33,6 +33,9 @@ item.emission(itemid: int) -> str
-- Возвращает значение свойства `uses`
item.uses(itemid: int) -> int
-- Проверяет наличие тега у предмета
item.has_tag(itemid: int, tag: str) -> bool
```