rename item.get_model_name and item.get_placing_block

This commit is contained in:
MihailRis
2024-10-31 21:53:56 +03:00
parent e217476e84
commit e0624b11d0
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ item.defs_count() -> int
item.icon(itemid: int) -> str
-- Возвращает числовой id блока, назначенного как 'placing-block' или 0
item.get_placing_block(itemid: int) -> int
item.placing_block(itemid: int) -> int
-- Возвращает значение свойства `model-name`
item.get_model_name(itemid: int) -> str
item.model_name(itemid: int) -> str
```